OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:portbuf
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/libipsec/
policy_parse.y
112
struct _val *
portbuf
));
375
parse_sockaddr(addrbuf,
portbuf
)
377
struct _val *
portbuf
;
391
if (
portbuf
&& ((serv = malloc(
portbuf
->len + 1)) == NULL)) {
401
if (
portbuf
) {
402
strncpy(serv,
portbuf
->buf,
portbuf
->len);
403
serv[
portbuf
->len] = '\0';
pfkey_dump.c
700
char
portbuf
[128];
local
720
memset(
portbuf
, 0, sizeof(
portbuf
));
723
snprintf(
portbuf
, sizeof(
portbuf
), "[%s]", "any");
725
snprintf(
portbuf
, sizeof(
portbuf
), "[%u]", port);
728
snprintf(buf, sizeof(buf), "%s%s", prefbuf,
portbuf
);
/external/ipsec-tools/src/racoon/
cfparse.y
495
char
portbuf
[10];
497
snprintf(
portbuf
, sizeof(
portbuf
), "%ld", $2);
498
$$ = str2saddr($1->v,
portbuf
);
1192
char
portbuf
[10];
1201
snprintf(
portbuf
, sizeof(
portbuf
), "%lu", $4);
1202
saddr = str2saddr($2->v,
portbuf
);
1241
char
portbuf
[10];
1251
snprintf(
portbuf
, sizeof(portbuf), "%lu", $5)
[
all
...]
isakmp.c
2789
char
portbuf
[NI_MAXSERV];
local
[
all
...]
Completed in 63 milliseconds