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

/freebsd-10-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-10-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ctype.h85 #define is_p(ch) \ macro
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c809 limb is_zero, is_p; local
857 is_p = ftmp[0] ^ kPrime[0];
858 is_p |= ftmp[1] ^ kPrime[1];
859 is_p |= ftmp[2] ^ kPrime[2];
860 is_p |= ftmp[3] ^ kPrime[3];
861 is_p |= ftmp[4] ^ kPrime[4];
862 is_p |= ftmp[5] ^ kPrime[5];
863 is_p |= ftmp[6] ^ kPrime[6];
864 is_p |= ftmp[7] ^ kPrime[7];
865 is_p |
886 limb is_p, is_greater, sign; local
[all...]
H A Decp_nistp256.c949 u64 is_p; local
961 is_p = (small[0] ^ kPrime[0]) |
964 is_p--;
965 is_p &= is_p << 32;
966 is_p &= is_p << 16;
967 is_p &= is_p << 8;
968 is_p
[all...]
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c570 if ((sp->is_p == st.is_p) && (sp->is_v == st.is_v) &&
1131 SBUMP(ipf_state_stats.iss_proto[is->is_p]);
1132 SBUMP(ipf_state_stats.iss_active_proto[is->is_p]);
1180 rv = (is1->is_p == IPPROTO_ICMP) ? 2 : 1;
1210 rv = (is1->is_p == IPPROTO_ICMPV6) ? 2 : 1;
1299 if (is1->is_p == is2->is_p) {
1300 switch (is1->is_p)
1482 hv = (is->is_p
[all...]
H A Dip_state.h59 u_char is_p; /* Protocol */ member in struct:ipstate
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipfstat.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]);
/freebsd-10-stable/contrib/ipfilter/
H A Dip_fil_compat.c1046 u_char is_p; /* Protocol */ member in struct:ipstate_4_1_16
1096 u_char is_p; member in struct:ipstate_4_1_0
4459 old->is_p = is->is_p;
4532 old->is_p = is->is_p;

Completed in 262 milliseconds