HomeSort by relevance Sort by last modified time
    Searched refs:portbuf (Results 1 - 7 of 7) 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/curl/lib/
urlapi.c 532 char portbuf[7]; local
558 msnprintf(portbuf, sizeof(portbuf), "%ld", port);
560 u->port = strdup(portbuf);
942 char portbuf[7]; local
984 msnprintf(portbuf, sizeof(portbuf), "%ld", h->defport);
985 ptr = portbuf;
1043 msnprintf(portbuf, sizeof(portbuf), "%ld", h->defport)
    [all...]
url.c 3015 char portbuf[16]; local
    [all...]
  /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 2794 char portbuf[NI_MAXSERV]; local
    [all...]
  /external/libevent/
bufferevent_sock.c 503 char portbuf[10]; local
518 evutil_snprintf(portbuf, sizeof(portbuf), "%d", port);
528 portbuf, &hint, bufferevent_connect_getaddrinfo_cb, bev);

Completed in 434 milliseconds