Searched defs:portbuf (Results 1 - 4 of 4) sorted by relevance

/external/ipsec-tools/src/libipsec/
H A Dpfkey_dump.c700 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/
H A Disakmp.c2790 char portbuf[NI_MAXSERV];
2807 portbuf, sizeof(portbuf),
2810 strlcpy(portbuf, "?", sizeof(portbuf));
2812 printf("%s:%s", hostbuf, portbuf);
2818 portbuf, sizeof(portbuf),
2821 strlcpy(portbuf, "?", sizeof(portbuf));
2789 char portbuf[NI_MAXSERV]; local
[all...]
/external/dbus/dbus/
H A Ddbus-sysdeps-unix.c1426 char portbuf[50]; local
1432 portbuf, sizeof(portbuf),
1440 if (!_dbus_string_append(retport, portbuf))
H A Ddbus-sysdeps-win.c1504 char portbuf[10]; local
1514 snprintf( portbuf, sizeof( portbuf ) - 1, "%d", addr.AddressIn.sin_port );
1515 if (!_dbus_string_append(retport, portbuf))

Completed in 89 milliseconds