HomeSort by: relevance | last modified time | path
    Searched refs:natp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_nat.c 3477 nat_t **natp; local
3518 natp = &softn->ipf_nat_table[0][hv0];
3519 nat->nat_phnext[0] = natp;
3520 nat->nat_hnext[0] = *natp;
3521 if (*natp) {
3522 (*natp)->nat_phnext[0] = &nat->nat_hnext[0];
3526 *natp = nat;
3532 natp = &softn->ipf_nat_table[1][hv1];
3533 nat->nat_phnext[1] = natp;
3534 nat->nat_hnext[1] = *natp;
4262 nat_t **natp; local
6667 nat_t *nat, **natp; local
7908 nat_t **newtab[2], *nat, **natp; local
    [all...]
ip_nat6.c 2101 nat_t **natp; local
2143 natp = &softn->ipf_nat_table[0][hv0];
2144 if (*natp)
2145 (*natp)->nat_phnext[0] = &nat->nat_hnext[0];
2146 nat->nat_phnext[0] = natp;
2147 nat->nat_hnext[0] = *natp;
2148 *natp = nat;
2151 natp = &softn->ipf_nat_table[1][hv1];
2152 if (*natp)
2153 (*natp)->nat_phnext[1] = &nat->nat_hnext[1]
    [all...]
  /src/sys/net/npf/
npf_ruleset.c 448 const npf_natpolicy_t *natp = rl->r_natp; local
456 if (natp && (error = npf_natpolicy_export(natp, rule)) != 0) {

Completed in 20 milliseconds