HomeSort by: relevance | last modified time | path
    Searched refs:is_p (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
printstate.c 23 pr = getprotobynumber(sp->is_p);
31 PRINTF("%d", sp->is_p);
34 if (sp->is_p == IPPROTO_UDP || sp->is_p == IPPROTO_TCP) {
42 if (sp->is_p == IPPROTO_UDP || sp->is_p == IPPROTO_TCP) {
49 if (sp->is_p == IPPROTO_TCP) {
60 if (sp->is_p == IPPROTO_TCP) {
81 } else if (sp->is_p == IPPROTO_GRE) {
84 } else if (sp->is_p == IPPROTO_ICM
    [all...]
printstatefields.c 250 PRINTF("%d", sp->is_p);
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_ctype.h 85 #define is_p(ch) \ macro
  /src/sys/external/bsd/ipf/netinet/
ip_state.c 558 if ((sp->is_p == st.is_p) && (sp->is_v == st.is_v) &&
1105 SBUMP(ipf_state_stats.iss_proto[is->is_p]);
1106 SBUMP(ipf_state_stats.iss_active_proto[is->is_p]);
1153 rv = (is1->is_p == IPPROTO_ICMP) ? 2 : 1;
1182 rv = (is1->is_p == IPPROTO_ICMPV6) ? 2 : 1;
1268 if (is1->is_p == is2->is_p) {
1269 switch (is1->is_p)
1447 hv = (is->is_p = fin->fin_fi.fi_p)
    [all...]
ip_state.h 58 u_char is_p; /* Protocol */ member in struct:ipstate
ip_fil_compat.c 1048 u_char is_p; /* Protocol */ member in struct:ipstate_4_1_16
1098 u_char is_p; member in struct:ipstate_4_1_0
4357 old->is_p = is->is_p;
4428 old->is_p = is->is_p;
  /src/external/bsd/ipf/dist/tools/
ipfstat.c 1390 if (protocol > 0 && protocol != ips.is_p)
1394 if (((ips.is_p == IPPROTO_TCP) ||
1395 (ips.is_p == IPPROTO_UDP)) &&
1401 if ((topclosed == 0) && (ips.is_p == IPPROTO_TCP) &&
1433 tp->st_p = ips.is_p;
1445 if ((ips.is_p == IPPROTO_TCP) ||
1446 (ips.is_p == IPPROTO_UDP)) {
2224 if ((p != 0) && (p != stp->is_p))
2231 rv |= (stp->is_p == e->ipfe_arg0[i]);
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 1048 u_char is_p; /* Protocol */ member in struct:ipstate_4_1_16
1098 u_char is_p; member in struct:ipstate_4_1_0
4461 old->is_p = is->is_p;
4534 old->is_p = is->is_p;

Completed in 35 milliseconds