Home
last modified time | relevance | path

Searched refs:st_p (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sbin/ipf/ipfstat/
HDipfstat.c113 u_char st_p; member
1415 tp->st_p = ips.is_p; in topipstates()
1605 if ((tp->st_p == IPPROTO_TCP) || in topipstates()
1606 (tp->st_p == IPPROTO_UDP)) { in topipstates()
1629 proto = getprotobynumber(tp->st_p); in topipstates()
1634 snprintf(str1, sizeof(str1), "%d", tp->st_p); in topipstates()
1637 if (tp->st_p == IPPROTO_ICMPV6) in topipstates()
2010 if (ap->st_p == bp->st_p) in sort_p()
2012 else if (ap->st_p < bp->st_p) in sort_p()