HomeSort by relevance Sort by last modified time
    Searched refs:portbuf (Results 1 - 6 of 6) 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
724 memset(portbuf, 0, sizeof(portbuf));
728 strcpy(portbuf, "[any]");
730 snprintf(portbuf, sizeof(portbuf), "[%u]", port);
734 snprintf(buf, sizeof(buf), "%s%s", prefbuf, portbuf);
  /external/ipsec-tools/src/racoon/
cfparse.y 474 char portbuf[10];
476 snprintf(portbuf, sizeof(portbuf), "%ld", $2);
477 $$ = str2saddr($1->v, portbuf);
1309 char portbuf[10];
1318 snprintf(portbuf, sizeof(portbuf), "%lu", $4);
1319 saddr = str2saddr($2->v, portbuf);
1358 char portbuf[10];
1368 snprintf(portbuf, sizeof(portbuf), "%lu", $5)
    [all...]
isakmp.c 2839 char portbuf[NI_MAXSERV]; local
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c 1504 char portbuf[10]; local
    [all...]
dbus-sysdeps-unix.c 1426 char portbuf[50]; local
    [all...]

Completed in 1867 milliseconds