Searched refs:nl_flags (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/ipfilter/samples/ |
| HD | relay.c | 131 nl.nl_flags = IPN_TCP;
|
| HD | proxy.c | 95 natlook.nl_flags = IPN_TCP;
|
| /trueos/sys/contrib/ipfilter/netinet/ |
| HD | ip_nat6.c | 2475 if (np->nl_flags & IPN_IN) { 2482 if (np->nl_flags & IPN_TCP) 2484 else if (np->nl_flags & IPN_UDP) 2486 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY)) 2494 if (np->nl_flags & IPN_IN) { 2495 if ((nat = ipf_nat6_inlookup(&fi, np->nl_flags, fi.fin_p, 2506 if ((nat = ipf_nat6_outlookup(&fi, np->nl_flags, fi.fin_p, 2509 if ((np->nl_flags & IPN_FINDFORWARD) != 0) { 2515 if (ipf_nat6_inlookup(&fin, np->nl_flags, 2520 np->nl_flags &= ~IPN_FINDFORWARD;
|
| HD | ip_nat.c | 4666 if (np->nl_flags & IPN_IN) { 4673 if (np->nl_flags & IPN_TCP) 4675 else if (np->nl_flags & IPN_UDP) 4677 else if (np->nl_flags & (IPN_ICMPERR|IPN_ICMPQUERY)) 4685 if (np->nl_flags & IPN_IN) { 4686 if ((nat = ipf_nat_inlookup(&fi, np->nl_flags, fi.fin_p, 4696 if ((nat = ipf_nat_outlookup(&fi, np->nl_flags, fi.fin_p, 4699 if ((np->nl_flags & IPN_FINDFORWARD) != 0) { 4705 if (ipf_nat_inlookup(&fin, np->nl_flags, 4708 np->nl_flags &= ~IPN_FINDFORWARD;
|
| HD | ip_nat.h | 398 int nl_flags; member
|
| /trueos/contrib/ipfilter/ |
| HD | ip_fil_compat.c | 638 int nl_flags; member
|