Searched refs:natl (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c1155 nat_t *natl; local
1206 natl = nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst);
1208 if ((natl != NULL) && (is != NULL)) {
1222 if (natl == NULL) {
1244 natl = nat_new(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
1249 if (natl == NULL) {
1255 (void) nat_proto(&fi, natl, nflags);
1256 nat_update(&fi, natl, natl->nat_ptr);
1263 fi.fin_nat = (void *)natl;
[all...]
H A Dip_nat.c1905 nat_t *natl; local
2008 natl = NULL;
2084 natl = nat_inlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH),
2093 if ((natl != NULL) &&
2098 } while (natl != NULL);
2173 nat_t *natl; local
2293 natl = nat_outlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH),
2297 if (natl != NULL)
2372 nat_t *nat, *natl; local
2454 natl
4668 struct natlog natl; local
[all...]

Completed in 55 milliseconds