Searched refs:IPN_ICMPQUERY (Results 1 – 6 of 6) sorted by relevance
22 else if (np->in_flags & IPN_ICMPQUERY) in printproto()
294 if (np->in_flags & IPN_ICMPQUERY) { in printnat()
463 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 …]
340 #define IPN_ICMPQUERY 0x00008 macro341 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)366 IPN_FRAG|IPN_STICKY|IPN_FIXEDDPORT|IPN_ICMPQUERY|\
2574 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 …]
871 nat->in_flags = IPN_ICMPQUERY;1418 if (!(nat->in_flags & IPN_ICMPQUERY) && in setnatproto()