Searched refs:is_p (Results 1 – 9 of 9) sorted by relevance
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_ICMP86 || sp->is_p == IPPROTO_ICMPV6
248 PRINTF("%d", sp->is_p);
809 limb is_zero, is_p; in felem_is_zero() local857 is_p = ftmp[0] ^ kPrime[0]; in felem_is_zero()858 is_p |= ftmp[1] ^ kPrime[1]; in felem_is_zero()859 is_p |= ftmp[2] ^ kPrime[2]; in felem_is_zero()860 is_p |= ftmp[3] ^ kPrime[3]; in felem_is_zero()861 is_p |= ftmp[4] ^ kPrime[4]; in felem_is_zero()862 is_p |= ftmp[5] ^ kPrime[5]; in felem_is_zero()863 is_p |= ftmp[6] ^ kPrime[6]; in felem_is_zero()864 is_p |= ftmp[7] ^ kPrime[7]; in felem_is_zero()865 is_p |= ftmp[8] ^ kPrime[8]; in felem_is_zero()[all …]
949 u64 is_p; in smallfelem_is_zero() local961 is_p = (small[0] ^ kPrime[0]) | in smallfelem_is_zero()964 is_p--; in smallfelem_is_zero()965 is_p &= is_p << 32; in smallfelem_is_zero()966 is_p &= is_p << 16; in smallfelem_is_zero()967 is_p &= is_p << 8; in smallfelem_is_zero()968 is_p &= is_p << 4; in smallfelem_is_zero()969 is_p &= is_p << 2; in smallfelem_is_zero()970 is_p &= is_p << 1; in smallfelem_is_zero()971 is_p = ((s64) is_p) >> 63; in smallfelem_is_zero()[all …]
560 if ((sp->is_p == st.is_p) && (sp->is_v == st.is_v) &&1121 SBUMP(ipf_state_stats.iss_proto[is->is_p]);1122 SBUMP(ipf_state_stats.iss_active_proto[is->is_p]);1170 rv = (is1->is_p == IPPROTO_ICMP) ? 2 : 1;1200 rv = (is1->is_p == IPPROTO_ICMPV6) ? 2 : 1;1289 if (is1->is_p == is2->is_p) {1290 switch (is1->is_p)1472 hv = (is->is_p = fin->fin_fi.fi_p);1485 if ((is->is_p == IPPROTO_ICMPV6) &&1512 switch (is->is_p)[all …]
59 u_char is_p; /* Protocol */ member
85 #define is_p(ch) \ macro
1402 if (protocol > 0 && protocol != ips.is_p)1406 if (((ips.is_p == IPPROTO_TCP) ||1407 (ips.is_p == IPPROTO_UDP)) &&1413 if ((topclosed == 0) && (ips.is_p == IPPROTO_TCP) &&1445 tp->st_p = ips.is_p;1457 if ((ips.is_p == IPPROTO_TCP) ||1458 (ips.is_p == IPPROTO_UDP)) {2236 if ((p != 0) && (p != stp->is_p))2243 rv |= (stp->is_p == e->ipfe_arg0[i]);
1046 u_char is_p; /* Protocol */ member1096 u_char is_p; member4459 old->is_p = is->is_p;4532 old->is_p = is->is_p;