Searched refs:fr_proto (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil.h730 #define fr_proto fr_ip.fi_p macro
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfcomp.c1061 (fr1->fr_proto == fr->fr_proto)) {
H A Dipf_y.y737 YY_NUMBER { DOALL(fr->fr_proto = $1; \
747 DOALL(fr->fr_proto = p; \
825 if (frc->fr_proto != IPPROTO_TCP)
1236 if (frc->fr_proto != 0 &&
1237 frc->fr_proto != IPPROTO_UDP &&
1238 frc->fr_proto != IPPROTO_TCP)
1290 frc->fr_proto != IPPROTO_ICMP) {
1295 frc->fr_proto != IPPROTO_ICMPV6) {
1382 | IPFY_STRICT { DOALL(if (fr->fr_proto != IPPROTO_TCP) { \
1389 | IPFY_LOOSE { DOALL(if (fr->fr_proto !
[all...]
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c86 #define fr_proto fr_key.frc_proto macro
207 if ((diff = a->fr_proto - b->fr_proto) != 0)
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dgetport.c47 if (fr->fr_proto == 0) {
83 p = getprotobynumber(fr->fr_proto);
H A Dprintfr.c186 if (((fp->fr_proto == IPPROTO_ICMP) ||
187 (fp->fr_proto == IPPROTO_ICMPV6)) && fp->fr_icmpm) {
202 if ((fp->fr_proto == IPPROTO_TCP) &&

Completed in 123 milliseconds