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

  /src/sys/external/bsd/ipf/netinet/
ip_raudio_pxy.c 307 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
330 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
ip_ipsec_pxy.c 245 (void) ipf_nat_proto(&fi, ipsec->ipsc_nat, 0);
314 (void) ipf_nat_proto(&fi, ipsec->ipsc_nat, 0);
ip_irc_pxy.c 419 (void) ipf_nat_proto(&fi, nat2, 0);
ip_rcmd_pxy.c 293 (void) ipf_nat_proto(&fi, nat2, IPN_TCP);
ip_tftp_pxy.c 356 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
ip_pptp_pxy.c 248 (void) ipf_nat_proto(&fi, nat2, 0);
ip_nat.h 730 extern u_short *ipf_nat_proto(fr_info_t *, nat_t *, u_int);
ip_rpcb_pxy.c 1221 (void) ipf_nat_proto(&fi, natl, nflags);
ip_ftp_pxy.c 578 (void) ipf_nat_proto(&fi, nat2, IPN_TCP);
902 (void) ipf_nat_proto(&fi, nat2, IPN_TCP);
ip_nat6.c 2897 csump = ipf_nat_proto(fin, nat, nflags);
3325 csump = ipf_nat_proto(fin, nat, nflags);
ip_nat.c 4711 /* called with fin_rev updated - i.e. after calling ipf_nat_proto(). */
4713 /* This *MUST* be called after ipf_nat_proto() as it expects fin_rev to */
5208 csump = ipf_nat_proto(fin, nat, nflags);
5685 csump = ipf_nat_proto(fin, nat, nflags);
5707 /* Function: ipf_nat_proto */
5721 ipf_nat_proto(fr_info_t *fin, nat_t *nat, u_int nflags) function in typeref:typename:u_short *

Completed in 26 milliseconds