Searched refs:IPN_ICMPQUERY (Results 1 – 6 of 6) sorted by relevance
466 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 …]
344 #define IPN_ICMPQUERY 0x00008 macro345 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)370 IPN_FRAG|IPN_STICKY|IPN_FIXEDDPORT|IPN_ICMPQUERY|\
2580 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 …]
25 else if (np->in_flags & IPN_ICMPQUERY) in printproto()
298 if (np->in_flags & IPN_ICMPQUERY) { in printnat()
872 nat->in_flags = IPN_ICMPQUERY;1419 if (!(nat->in_flags & IPN_ICMPQUERY) && in setnatproto()