Home
last modified time | relevance | path

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) in print_nat_info()
52 else if (info->nat_proto == IPPROTO_UDP) in print_nat_info()
/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.c312 (void) nat_proto(&fi, nat2, IPN_UDP);
H A Dip_irc_pxy.c436 (void) nat_proto(&fi, nat2, 0);
H A Dip_nat.h499 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/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_nat.c168 nat_ret->nat_proto = nat->proto; in ilbd_show_nat()
/illumos-gate/usr/src/lib/libilb/common/
H A Dlibilb.h284 uint32_t nat_proto; member
/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.c4132 csump = nat_proto(fin, nat, nflags);
4468 csump = nat_proto(fin, nat, nflags);
4523 u_short *nat_proto(fin, nat, nflags) in nat_proto() function