Searched refs:getip (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/ipf/dist/tools/ |
H A D | ipfstat.c | 184 static char *getip __P((int, i6addr_t *)); 1422 len = strlen(getip(ips.is_v, &ips.is_src)); 1425 len = strlen(getip(ips.is_v, &ips.is_dst)); 1535 sprintf(str1, "%s,%d", getip(ver, &saddr), sport); 1537 sprintf(str1, "%s", getip(ver, &saddr)); 1540 sprintf(str2, "%s,%d", getip(ver, &daddr), dport); 1542 sprintf(str2, "%s", getip(ver, &daddr)); 1626 getip(tp->st_v, &tp->st_src), 1629 getip(tp->st_v, &tp->st_dst), 1632 sprintf(str1, "%s", getip(tp->st_v, [all …]
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | bootp_subr.c | 263 static int getip(char **ptr, struct in_addr *ip); 1124 if (getip(&p, &addr->sin_addr) == 0) { in setmyfs() 1143 getip(char **ptr, struct in_addr *addr) in getip() function
|