Searched refs:natp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx.h160 int *natp); /* NaT value (out: 0 or 1) */
394 int get_nat(int regid, int *natp) { argument
395 return uwx_get_nat(env, regid, natp);
H A Duwx_context.c150 int uwx_get_nat(struct uwx_env *env, int regid, int *natp) argument
168 *natp = (env->context.special[UWX_REG_PRIUNAT] >>
187 *natp = (int)(natcoll >> (((int)bsp >> 3) & 0x3f)) & 0x01;
190 *natp = 0;
/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c3519 nat_t **natp; local
3568 natp = &softn->ipf_nat_table[0][hv0];
3569 nat->nat_phnext[0] = natp;
3570 nat->nat_hnext[0] = *natp;
3571 if (*natp) {
3572 (*natp)->nat_phnext[0] = &nat->nat_hnext[0];
3576 *natp = nat;
3582 natp = &softn->ipf_nat_table[1][hv1];
3583 nat->nat_phnext[1] = natp;
3584 nat->nat_hnext[1] = *natp;
4331 nat_t **natp; local
6773 nat_t *nat, **natp; local
8052 nat_t **newtab[2], *nat, **natp; local
[all...]
H A Dip_nat6.c2147 nat_t **natp; local
2188 natp = &softn->ipf_nat_table[0][hv0];
2189 if (*natp)
2190 (*natp)->nat_phnext[0] = &nat->nat_hnext[0];
2191 nat->nat_phnext[0] = natp;
2192 nat->nat_hnext[0] = *natp;
2193 *natp = nat;
2197 natp = &softn->ipf_nat_table[1][hv1];
2198 if (*natp)
2199 (*natp)
[all...]

Completed in 71 milliseconds