OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isrbuf
(Results
1 - 1
of
1
) sorted by null
/external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c
101
char
isrbuf
[1024];
local
249
if (ipsec_dump_ipsecrequest(
isrbuf
, sizeof(
isrbuf
), xisr,
256
buflen = offset + strlen(delimiter) + strlen(
isrbuf
) + 1;
264
snprintf(buf+offset, buflen-offset, "%s%s", delimiter,
isrbuf
);
Completed in 265 milliseconds