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

  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 881 natl = ipf_nat6_outlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH),
1033 natl = ipf_nat6_outlookup(fin, nflags, (u_int)fin->fin_p,
1459 nat = ipf_nat6_outlookup(fin, flags, p,
1486 nat = ipf_nat6_outlookup(fin, flags, p, &oip6->ip6_dst,
1497 nat = ipf_nat6_outlookup(fin, 0, p, &oip6->ip6_dst,
2162 /* Function: ipf_nat6_outlookup */
2185 ipf_nat6_outlookup(fr_info_t *fin, u_int flags, u_int p, struct in6_addr *src, function in typeref:typename:nat_t *
2455 if ((nat = ipf_nat6_outlookup(&fi, np->nl_flags, fi.fin_p,
2636 else if ((nat = ipf_nat6_outlookup(fin, nflags|NAT_SEARCH,
3533 natl = ipf_nat6_outlookup(&frnat
    [all...]
ip_nat6.c 881 natl = ipf_nat6_outlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH),
1033 natl = ipf_nat6_outlookup(fin, nflags, (u_int)fin->fin_p,
1459 nat = ipf_nat6_outlookup(fin, flags, p,
1486 nat = ipf_nat6_outlookup(fin, flags, p, &oip6->ip6_dst,
1497 nat = ipf_nat6_outlookup(fin, 0, p, &oip6->ip6_dst,
2162 /* Function: ipf_nat6_outlookup */
2185 ipf_nat6_outlookup(fr_info_t *fin, u_int flags, u_int p, struct in6_addr *src, function in typeref:typename:nat_t *
2455 if ((nat = ipf_nat6_outlookup(&fi, np->nl_flags, fi.fin_p,
2636 else if ((nat = ipf_nat6_outlookup(fin, nflags|NAT_SEARCH,
3533 natl = ipf_nat6_outlookup(&frnat
    [all...]

Completed in 30 milliseconds