Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c125 u_char st_p; member
1302 tp->st_p = ips.is_p;
1491 if ((tp->st_p == IPPROTO_TCP) ||
1492 (tp->st_p == IPPROTO_UDP)) {
1515 proto = getprotobynumber(tp->st_p);
1520 sprintf(str1, "%d", tp->st_p);
1523 if (tp->st_p == IPPROTO_ICMPV6)
1862 if (ap->st_p == bp->st_p)
1864 else if (ap->st_p < bp->st_p)