Home
last modified time | relevance | path

Searched refs:IPN_ICMPQUERY (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_nat6.c466 if (flags & IPN_ICMPQUERY) { in ipf_nat6_newmap()
646 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY))) in ipf_nat6_newmap()
699 } else if (flags & IPN_ICMPQUERY) { in ipf_nat6_newmap()
743 if (flags & IPN_ICMPQUERY) { in ipf_nat6_newrdr()
901 } else if (flags & IPN_ICMPQUERY) { in ipf_nat6_newrdr()
987 if (flags & IPN_ICMPQUERY) { in ipf_nat6_add()
1263 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) { in ipf_nat6_insert()
1282 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) { in ipf_nat6_insert()
1443 flags = IPN_ICMPERR|IPN_ICMPQUERY; in ipf_nat6_icmperrorlookup()
1599 flags = IPN_ICMPQUERY; in ipf_nat6_icmperror()
[all …]
Dip_nat.h344 #define IPN_ICMPQUERY 0x00008 macro
345 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
370 IPN_FRAG|IPN_STICKY|IPN_FIXEDDPORT|IPN_ICMPQUERY|\
Dip_nat.c2580 if (flags & IPN_ICMPQUERY) { in ipf_nat_newmap()
2745 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY))) in ipf_nat_newmap()
2798 } else if (flags & IPN_ICMPQUERY) { in ipf_nat_newmap()
2839 if (flags & IPN_ICMPQUERY) { in ipf_nat_newrdr()
2999 } else if (flags & IPN_ICMPQUERY) { in ipf_nat_newrdr()
3084 if (flags & IPN_ICMPQUERY) { in ipf_nat_add()
3356 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) { in ipf_nat_insert()
3373 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) { in ipf_nat_insert()
3633 flags = IPN_ICMPERR|IPN_ICMPQUERY; in ipf_nat_icmperrorlookup()
3748 flags = IPN_ICMPQUERY; in ipf_nat_icmperror()
[all …]
/freebsd-12-stable/sbin/ipf/libipf/
Dprintproto.c25 else if (np->in_flags & IPN_ICMPQUERY) in printproto()
Dprintnat.c298 if (np->in_flags & IPN_ICMPQUERY) { in printnat()
/freebsd-12-stable/sbin/ipf/ipnat/
Dipnat_y.y872 nat->in_flags = IPN_ICMPQUERY;
1419 if (!(nat->in_flags & IPN_ICMPQUERY) && in setnatproto()