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

  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 491 } natinfo_t; typedef in typeref:struct:natinfo
782 extern int ipf_nat6_newmap(fr_info_t *, nat_t *, natinfo_t *);
783 extern int ipf_nat6_newrdr(fr_info_t *, nat_t *, natinfo_t *);
786 extern int ipf_nat6_newrewrite(fr_info_t *, nat_t *, natinfo_t *);
787 extern int ipf_nat6_newdivert(fr_info_t *, nat_t *, natinfo_t *);
ip_nat.c 248 static int ipf_nat_newmap(fr_info_t *, nat_t *, natinfo_t *);
249 static int ipf_nat_newdivert(fr_info_t *, nat_t *, natinfo_t *);
250 static int ipf_nat_newrdr(fr_info_t *, nat_t *, natinfo_t *);
251 static int ipf_nat_newrewrite(fr_info_t *, nat_t *, natinfo_t *);
2589 ipf_nat_newmap(fr_info_t *fin, nat_t *nat, natinfo_t *ni)
2850 ipf_nat_newrdr(fr_info_t *fin, nat_t *nat, natinfo_t *ni)
3068 natinfo_t ni;
6926 ipf_nat_newrewrite(fr_info_t *fin, nat_t *nat, natinfo_t *nai)
7146 ipf_nat_newdivert(fr_info_t *fin, nat_t *nat, natinfo_t *nai)
ip_nat6.c 448 ipf_nat6_newmap(fr_info_t *fin, nat_t *nat, natinfo_t *ni)
726 ipf_nat6_newrdr(fr_info_t *fin, nat_t *nat, natinfo_t *ni)
947 natinfo_t ni;
3363 ipf_nat6_newrewrite(fr_info_t *fin, nat_t *nat, natinfo_t *nai)
3589 ipf_nat6_newdivert(fr_info_t *fin, nat_t *nat, natinfo_t *nai)

Completed in 21 milliseconds