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

  /src/sys/external/bsd/ipf/netinet/
ip_rpcb_pxy.c 1113 nat_t *natl; local in function:ipf_p_rpcb_getnat
1162 natl = ipf_nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst);
1164 if ((natl != NULL) && (is != NULL)) {
1178 if (natl == NULL) {
1206 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE,
1212 if (natl == NULL) {
1217 natl->nat_ptr = ipn;
1218 fi.fin_saddr = natl->nat_nsrcaddr;
1219 fi.fin_daddr = natl->nat_ndstaddr;
1221 (void) ipf_nat_proto(&fi, natl, nflags)
    [all...]
ip_nat6.c 457 nat_t *natl; local in function:ipf_nat6_newmap
585 natl = NULL;
668 natl = ipf_nat6_inlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH),
678 if ((natl != NULL) &&
686 } while (natl != NULL);
736 nat_t *natl; local in function:ipf_nat6_newrdr
881 natl = ipf_nat6_outlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH),
886 if (natl != NULL) {
944 nat_t *nat, *natl; local in function:ipf_nat6_add
1033 natl = ipf_nat6_outlookup(fin, nflags, (u_int)fin->fin_p
3371 nat_t *natl; local in function:ipf_nat6_newrewrite
3595 nat_t *natl; local in function:ipf_nat6_newdivert
    [all...]
ip_nat.c 2599 nat_t *natl; local in function:ipf_nat_newmap
2718 natl = NULL;
2794 natl = ipf_nat_inlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH),
2803 if ((natl != NULL) &&
2810 } while (natl != NULL);
2860 nat_t *natl; local in function:ipf_nat_newrdr
3003 natl = ipf_nat_outlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH),
3007 if (natl != NULL) {
3008 DT2(ns_new_xlate_exists, fr_info_t *, fin, nat_t *, natl);
3065 nat_t *nat, *natl; local in function:ipf_nat_add
6061 struct natlog natl; local in function:ipf_nat_log
6934 nat_t *natl; local in function:ipf_nat_newrewrite
7152 nat_t *natl; local in function:ipf_nat_newdivert
    [all...]

Completed in 15 milliseconds