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

/freebsd-9.3-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-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c2652 nat_t **natp; local
2710 natp = &nat_table[0][hv1];
2711 if (*natp)
2712 (*natp)->nat_phnext[0] = &nat->nat_hnext[0];
2713 nat->nat_phnext[0] = natp;
2714 nat->nat_hnext[0] = *natp;
2715 *natp = nat;
2718 natp = &nat_table[1][hv2];
2719 if (*natp)
2720 (*natp)
3313 nat_t **natp; local
5317 nat_t *nat, **natp; local
[all...]

Completed in 69 milliseconds