Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat6.c482 if (flags & IPN_ICMPQUERY) {
715 } else if (flags & IPN_ICMPQUERY) {
762 if (flags & IPN_ICMPQUERY) {
920 } else if (flags & IPN_ICMPQUERY) {
1010 if (flags & IPN_ICMPQUERY) {
1291 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) {
1473 flags = IPN_ICMPERR|IPN_ICMPQUERY;
1633 flags = IPN_ICMPQUERY;
2662 nflags = IPN_ICMPQUERY;
3060 nflags = IPN_ICMPQUERY;
[all …]
H A 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|\
H A Dip_nat.c2631 if (flags & IPN_ICMPQUERY) {
2849 } else if (flags & IPN_ICMPQUERY) {
2893 if (flags & IPN_ICMPQUERY) {
3053 } else if (flags & IPN_ICMPQUERY) {
3142 if (flags & IPN_ICMPQUERY) {
3700 flags = IPN_ICMPERR|IPN_ICMPQUERY;
3818 flags = IPN_ICMPQUERY;
4904 nflags = IPN_ICMPQUERY;
5395 nflags = IPN_ICMPQUERY;
5844 if ((nflags & IPN_ICMPQUERY) != 0) {
[all …]