OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_plog
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/
main.c
63
do_plog
(LLV_DEBUG, "Waiting for control socket");
65
do_plog
(LLV_ERROR, "Cannot get control socket");
76
do_plog
(LLV_ERROR, "Cannot get argument length");
91
do_plog
(LLV_ERROR, "Cannot get argument value");
98
do_plog
(LLV_DEBUG, "Received %d arguments", i - 1);
115
do_plog
(LLV_ERROR, "Cannot find environment variable\n");
119
do_plog
(LLV_ERROR, "Cannot allocate TUN: %s\n", strerror(errno));
143
do_plog
(LLV_INFO, "Bye\n");
149
do_plog
(LLV_ERROR, "Cannot monitor fd");
170
do_plog
(LLV_ERROR, "ipsec-tools: cannot load keystore engine")
221
void
do_plog
(int level, char *format, ...)
function
[
all
...]
setup.c
101
do_plog
(LLV_ERROR, "Cannot resolve address: %s\n", server);
105
do_plog
(LLV_WARNING, "Found multiple addresses. Use the first one.\n");
112
do_plog
(LLV_ERROR, "Cannot get local address\n");
178
do_plog
(LLV_ERROR, "Cannot dump SAD and SPD\n");
273
do_plog
(LLV_ERROR, "Cannot set outbound policy\n");
288
do_plog
(LLV_ERROR, "Cannot set inbound policy\n");
397
do_plog
(LLV_WARNING, "Cannot bind socket to %s\n", interface);
615
do_plog
(LLV_ERROR, "Cannot get parameters for SPD policy.\n");
/external/ipsec-tools/src/racoon/
plog.h
51
do_plog
((level), __VA_ARGS__); \
57
extern void
do_plog
(int level, char *format, ...);
oakley.c
[
all
...]
Completed in 591 milliseconds