Home
last modified time | relevance | path

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

/NextBSD/contrib/ipfilter/lib/
HDprintstate.c23 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_ICMP
86 || sp->is_p == IPPROTO_ICMPV6
HDprintstatefields.c248 PRINTF("%d", sp->is_p);
/NextBSD/crypto/openssl/crypto/ec/
HDecp_nistp521.c809 limb is_zero, is_p; in felem_is_zero() local
857 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 …]
HDecp_nistp256.c949 u64 is_p; in smallfelem_is_zero() local
961 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 …]
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_state.c560 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 …]
HDip_state.h59 u_char is_p; /* Protocol */ member
/NextBSD/contrib/openpam/lib/libpam/
HDopenpam_ctype.h85 #define is_p(ch) \ macro
/NextBSD/contrib/ipfilter/tools/
HDipfstat.c1402 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]);
/NextBSD/contrib/ipfilter/
HDip_fil_compat.c1046 u_char is_p; /* Protocol */ member
1096 u_char is_p; member
4459 old->is_p = is->is_p;
4532 old->is_p = is->is_p;