Home
last modified time | relevance | path

Searched refs:ipf_nat_proto (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_raudio_pxy.c308 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
331 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
H A Dip_ipsec_pxy.c250 (void) ipf_nat_proto(&fi, ipsec->ipsc_nat, 0);
323 (void) ipf_nat_proto(&fi, ipsec->ipsc_nat, 0);
H A Dip_rcmd_pxy.c307 (void) ipf_nat_proto(&fi, nat2, IPN_TCP);
H A Dip_irc_pxy.c424 (void) ipf_nat_proto(&fi, nat2, 0);
H A Dip_tftp_pxy.c374 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
H A Dip_pptp_pxy.c249 (void) ipf_nat_proto(&fi, nat2, 0);
H A Dip_nat.h707 extern u_short *ipf_nat_proto __P((fr_info_t *, nat_t *, u_int));
H A Dip_rpcb_pxy.c1269 (void) ipf_nat_proto(&fi, natl, nflags);
H A Dip_ftp_pxy.c601 (void) ipf_nat_proto(&fi, nat2, IPN_TCP);
947 (void) ipf_nat_proto(&fi, nat2, IPN_TCP);
H A Dip_nat6.c2946 csump = ipf_nat_proto(fin, nat, nflags);
3374 csump = ipf_nat_proto(fin, nat, nflags);
H A Dip_nat.c5282 csump = ipf_nat_proto(fin, nat, nflags);
5762 csump = ipf_nat_proto(fin, nat, nflags);
5798 ipf_nat_proto(fin, nat, nflags) in ipf_nat_proto() function