Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c109 u_char st_p; member
1411 tp->st_p = ips.is_p; in topipstates()
1601 if ((tp->st_p == IPPROTO_TCP) || in topipstates()
1602 (tp->st_p == IPPROTO_UDP)) { in topipstates()
1625 proto = getprotobynumber(tp->st_p); in topipstates()
1630 snprintf(str1, sizeof(str1), "%d", tp->st_p); in topipstates()
1633 if (tp->st_p == IPPROTO_ICMPV6) in topipstates()
2006 if (ap->st_p == bp->st_p) in sort_p()
2008 else if (ap->st_p < bp->st_p) in sort_p()