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

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintstate.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
[all...]
H A Dprintstatefields.c248 PRINTF("%d", sp->is_p);
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ctype.h85 #define is_p(ch) \ macro
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c800 limb is_zero, is_p; local
848 is_p = ftmp[0] ^ kPrime[0];
849 is_p |= ftmp[1] ^ kPrime[1];
850 is_p |= ftmp[2] ^ kPrime[2];
851 is_p |= ftmp[3] ^ kPrime[3];
852 is_p |= ftmp[4] ^ kPrime[4];
853 is_p |= ftmp[5] ^ kPrime[5];
854 is_p |= ftmp[6] ^ kPrime[6];
855 is_p |= ftmp[7] ^ kPrime[7];
856 is_p |
877 limb is_p, is_greater, sign; local
[all...]
H A Decp_nistp256.c937 u64 is_p; local
949 is_p = (small[0] ^ kPrime[0]) |
952 is_p--;
953 is_p &= is_p << 32;
954 is_p &= is_p << 16;
955 is_p &= is_p << 8;
956 is_p
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c563 if ((sp->is_p == st.is_p) && (sp->is_v == st.is_v) &&
1124 SBUMP(ipf_state_stats.iss_proto[is->is_p]);
1125 SBUMP(ipf_state_stats.iss_active_proto[is->is_p]);
1173 rv = (is1->is_p == IPPROTO_ICMP) ? 2 : 1;
1203 rv = (is1->is_p == IPPROTO_ICMPV6) ? 2 : 1;
1292 if (is1->is_p == is2->is_p) {
1293 switch (is1->is_p)
1475 hv = (is->is_p
[all...]
H A Dip_state.h55 u_char is_p; /* Protocol */ member in struct:ipstate
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfstat.c1407 if (protocol > 0 && protocol != ips.is_p)
1411 if (((ips.is_p == IPPROTO_TCP) ||
1412 (ips.is_p == IPPROTO_UDP)) &&
1418 if ((topclosed == 0) && (ips.is_p == IPPROTO_TCP) &&
1450 tp->st_p = ips.is_p;
1462 if ((ips.is_p == IPPROTO_TCP) ||
1463 (ips.is_p == IPPROTO_UDP)) {
2244 if ((p != 0) && (p != stp->is_p))
2251 rv |= (stp->is_p == e->ipfe_arg0[i]);
/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil_compat.c1024 u_char is_p; /* Protocol */ member in struct:ipstate_4_1_16
1074 u_char is_p; member in struct:ipstate_4_1_0
4416 old->is_p = is->is_p;
4489 old->is_p = is->is_p;

Completed in 89 milliseconds