Searched refs:getip (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c156 static char *getip __P((int, i6addr_t *));
1292 len = strlen(getip(ips.is_v, &ips.is_src));
1295 len = strlen(getip(ips.is_v, &ips.is_dst));
1404 sprintf(str1, "%s,%d", getip(ver, &saddr), sport);
1406 sprintf(str1, "%s", getip(ver, &saddr));
1409 sprintf(str2, "%s,%d", getip(ver, &daddr), dport);
1411 sprintf(str2, "%s", getip(ver, &daddr));
1495 getip(tp->st_v, &tp->st_src),
1498 getip(tp->st_v, &tp->st_dst),
1501 sprintf(str1, "%s", getip(t
1782 static char *getip(v, addr) function
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c1323 static void getip(const char *const name, struct sockaddr_storage *result) function
1334 // Call getip() after the call DNSServiceCreateConnection().
1335 // On the Win32 platform, WinSock must be initialized for getip() to succeed.
1337 // DNSServiceCreateConnection() is called before getip() is.
1340 getip(ip, &hostaddr);

Completed in 69 milliseconds