Searched refs:nl_flags (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_nat6.c | 2469 if (np->nl_flags & IPN_IN) { 2476 if (np->nl_flags & IPN_TCP) 2478 else if (np->nl_flags & IPN_UDP) 2480 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY)) 2488 if (np->nl_flags & IPN_IN) { 2489 if ((nat = ipf_nat6_inlookup(&fi, np->nl_flags, fi.fin_p, 2500 if ((nat = ipf_nat6_outlookup(&fi, np->nl_flags, fi.fin_p, 2503 if ((np->nl_flags & IPN_FINDFORWARD) != 0) { 2509 if (ipf_nat6_inlookup(&fin, np->nl_flags, 2514 np->nl_flags &= ~IPN_FINDFORWARD;
|
| H A D | ip_nat.c | 4652 if (np->nl_flags & IPN_IN) { 4659 if (np->nl_flags & IPN_TCP) 4661 else if (np->nl_flags & IPN_UDP) 4663 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY)) 4671 if (np->nl_flags & IPN_IN) { 4672 if ((nat = ipf_nat_inlookup(&fi, np->nl_flags, fi.fin_p, 4682 if ((nat = ipf_nat_outlookup(&fi, np->nl_flags, fi.fin_p, 4685 if ((np->nl_flags & IPN_FINDFORWARD) != 0) { 4691 if (ipf_nat_inlookup(&fin, np->nl_flags, 4694 np->nl_flags &= ~IPN_FINDFORWARD;
|
| H A D | ip_nat.h | 394 int nl_flags; member
|