Searched refs:nat_proto (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_nat.c50 if (info->nat_proto == IPPROTO_TCP)
52 else if (info->nat_proto == IPPROTO_UDP)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_raudio_pxy.c326 (void) nat_proto(&fi, nat2, IPN_UDP);
344 (void) nat_proto(&fi, nat2, IPN_UDP);
H A Dip_ipsec_pxy.c201 (void) nat_proto(&fi, ipsec->ipsc_nat, 0);
265 (void) nat_proto(&fi, ipsec->ipsc_nat, 0);
H A Dip_rcmd_pxy.c220 (void) nat_proto(&fi, nat2, IPN_TCP);
H A Dip_h323_pxy.c314 (void) nat_proto(&fi, nat2, IPN_UDP);
H A Dip_irc_pxy.c436 (void) nat_proto(&fi, nat2, 0);
H A Dip_nat.h494 extern u_short *nat_proto __P((fr_info_t *, nat_t *, u_int));
H A Dip_pptp_pxy.c225 (void) nat_proto(&fi, nat2, 0);
H A Dip_ftp_pxy.c395 (void) nat_proto(&fi, nat2, IPN_TCP);
757 (void) nat_proto(&fi, nat2, IPN_TCP);
H A Dip_rpcb_pxy.c1281 (void) nat_proto(&fi, natl, nflags);
/illumos-gate/usr/src/lib/libilb/common/
H A Dlibilb.h267 * nat_proto: transport protocol used in this NAT entry
284 uint32_t nat_proto; member in struct:__anon3303
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_nat.c168 nat_ret->nat_proto = nat->proto;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c2244 csump = nat_proto(fin, nat, nflags);
2558 csump = nat_proto(fin, nat, nflags);
H A Dip_nat.c3812 /* called with fin_rev updated - i.e. after calling nat_proto(). */
4132 csump = nat_proto(fin, nat, nflags);
4468 csump = nat_proto(fin, nat, nflags);
4510 /* Function: nat_proto */
4523 u_short *nat_proto(fin, nat, nflags) function

Completed in 74 milliseconds