Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dprintstate.c28 hostname(ips.is_v, &ips.is_dst.in4), ips.is_pass, ips.is_p,
32 if (ips.is_p == IPPROTO_TCP) {
52 } else if (ips.is_p == IPPROTO_UDP) {
55 } else if (ips.is_p == IPPROTO_GRE) {
58 } else if (ips.is_p == IPPROTO_ICMP
60 || ips.is_p == IPPROTO_ICMPV6
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_state.c389 if ((sp->is_p == st.is_p) && (sp->is_v == st.is_v) &&
991 if (is1->is_p != is2->is_p)
994 switch (is1->is_p) {
1215 hv = (is->is_p = fin->fin_fi.fi_p);
1228 if ((is->is_p == IPPROTO_ICMPV6) &&
1260 switch (is->is_p)
2073 if (clone->is_p == IPPROTO_TCP) {
2508 if ((is->is_p != pr) || (is->is_v != 4))
2573 if ((is->is_p == pr) && (is->is_v == 4) &&
2736 if ((is->is_p != pr) || (is->is_v != v))
[all …]
H A Dfil.c7615 if ((is->is_p == IPPROTO_TCP) &&
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipfstat.c1260 if (protocol > 0 && protocol != ips.is_p)
1264 if (((ips.is_p == IPPROTO_TCP) ||
1265 (ips.is_p == IPPROTO_UDP)) &&
1271 if ((topclosed == 0) && (ips.is_p == IPPROTO_TCP) &&
1303 tp->st_p = ips.is_p;
1315 if ((ips.is_p == IPPROTO_TCP) ||
1316 (ips.is_p == IPPROTO_UDP)) {
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h61 u_char is_p; /* Protocol */ member