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

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_raudio_pxy.c316 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
339 (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_irc_pxy.c428 (void) ipf_nat_proto(&fi, nat2, 0);
H A Dip_rcmd_pxy.c307 (void) ipf_nat_proto(&fi, nat2, IPN_TCP);
H A Dip_pptp_pxy.c249 (void) ipf_nat_proto(&fi, nat2, 0);
H A Dip_tftp_pxy.c374 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
H A Dip_rpcb_pxy.c1267 (void) ipf_nat_proto(&fi, natl, nflags);
H A Dip_nat.h718 extern u_short *ipf_nat_proto __P((fr_info_t *, nat_t *, u_int));
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.c2952 csump = ipf_nat_proto(fin, nat, nflags);
3380 csump = ipf_nat_proto(fin, nat, nflags);
H A Dip_nat.c4786 /* called with fin_rev updated - i.e. after calling ipf_nat_proto(). */
4788 /* This *MUST* be called after ipf_nat_proto() as it expects fin_rev to */
5293 csump = ipf_nat_proto(fin, nat, nflags);
5776 csump = ipf_nat_proto(fin, nat, nflags);
5798 /* Function: ipf_nat_proto */
5812 ipf_nat_proto(fin, nat, nflags) function

Completed in 204 milliseconds