Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprintproto.c22 else if (np->in_flags & IPN_ICMPQUERY) in printproto()
H A Dprintnat.c294 if (np->in_flags & IPN_ICMPQUERY) { in printnat()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat6.c463 if (flags & IPN_ICMPQUERY) { in ipf_nat6_newmap()
643 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY))) in ipf_nat6_newmap()
696 } else if (flags & IPN_ICMPQUERY) { in ipf_nat6_newmap()
740 if (flags & IPN_ICMPQUERY) { in ipf_nat6_newrdr()
898 } else if (flags & IPN_ICMPQUERY) { in ipf_nat6_newrdr()
984 if (flags & IPN_ICMPQUERY) { in ipf_nat6_add()
1260 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) { in ipf_nat6_insert()
1279 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) { in ipf_nat6_insert()
1440 flags = IPN_ICMPERR|IPN_ICMPQUERY; in ipf_nat6_icmperrorlookup()
1596 flags = IPN_ICMPQUERY; in ipf_nat6_icmperror()
[all …]
H A Dip_nat.h340 #define IPN_ICMPQUERY 0x00008 macro
341 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
366 IPN_FRAG|IPN_STICKY|IPN_FIXEDDPORT|IPN_ICMPQUERY|\
H A Dip_nat.c2574 if (flags & IPN_ICMPQUERY) { in ipf_nat_newmap()
2739 if ((port == 0) && (flags & (IPN_TCPUDPICMP|IPN_ICMPQUERY))) in ipf_nat_newmap()
2792 } else if (flags & IPN_ICMPQUERY) { in ipf_nat_newmap()
2833 if (flags & IPN_ICMPQUERY) { in ipf_nat_newrdr()
2993 } else if (flags & IPN_ICMPQUERY) { in ipf_nat_newrdr()
3078 if (flags & IPN_ICMPQUERY) { in ipf_nat_add()
3350 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) { in ipf_nat_insert()
3367 } else if ((nat->nat_flags & IPN_ICMPQUERY) != 0) { in ipf_nat_insert()
3624 flags = IPN_ICMPERR|IPN_ICMPQUERY; in ipf_nat_icmperrorlookup()
3739 flags = IPN_ICMPQUERY; in ipf_nat_icmperror()
[all …]
/freebsd/sbin/ipf/ipnat/
H A Dipnat_y.y871 nat->in_flags = IPN_ICMPQUERY;
1418 if (!(nat->in_flags & IPN_ICMPQUERY) && in setnatproto()