Lines Matching refs:getip
151 static char *getip(int, i6addr_t *);
1404 len = strlen(getip(ips.is_v, &ips.is_src)); in topipstates()
1407 len = strlen(getip(ips.is_v, &ips.is_dst)); in topipstates()
1517 snprintf(str1, sizeof(str1), "%s,%d", getip(ver, &saddr), sport); in topipstates()
1519 snprintf(str1, sizeof(str1), "%s", getip(ver, &saddr)); in topipstates()
1522 snprintf(str2, sizeof(str2), "%s,%d", getip(ver, &daddr), dport); in topipstates()
1524 snprintf(str2, sizeof(str2), "%s", getip(ver, &daddr)); in topipstates()
1608 getip(tp->st_v, &tp->st_src), in topipstates()
1611 getip(tp->st_v, &tp->st_dst), in topipstates()
1614 snprintf(str1, sizeof(str1), "%s", getip(tp->st_v, in topipstates()
1616 snprintf(str2, sizeof(str2), "%s", getip(tp->st_v, in topipstates()
1935 static char *getip(int v, i6addr_t *addr) in getip() function