Searched refs:nat_proto (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_nat.c | 50 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 D | ip_raudio_pxy.c | 326 (void) nat_proto(&fi, nat2, IPN_UDP); 344 (void) nat_proto(&fi, nat2, IPN_UDP);
|
H A D | ip_ipsec_pxy.c | 201 (void) nat_proto(&fi, ipsec->ipsc_nat, 0); 265 (void) nat_proto(&fi, ipsec->ipsc_nat, 0);
|
H A D | ip_rcmd_pxy.c | 220 (void) nat_proto(&fi, nat2, IPN_TCP);
|
H A D | ip_h323_pxy.c | 312 (void) nat_proto(&fi, nat2, IPN_UDP);
|
H A D | ip_irc_pxy.c | 436 (void) nat_proto(&fi, nat2, 0);
|
H A D | ip_nat.h | 499 extern u_short *nat_proto __P((fr_info_t *, nat_t *, u_int));
|
H A D | ip_pptp_pxy.c | 225 (void) nat_proto(&fi, nat2, 0);
|
H A D | ip_ftp_pxy.c | 395 (void) nat_proto(&fi, nat2, IPN_TCP); 757 (void) nat_proto(&fi, nat2, IPN_TCP);
|
H A D | ip_rpcb_pxy.c | 1281 (void) nat_proto(&fi, natl, nflags);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_nat.c | 168 nat_ret->nat_proto = nat->proto; in ilbd_show_nat()
|
/illumos-gate/usr/src/lib/libilb/common/ |
H A D | libilb.h | 284 uint32_t nat_proto; member
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat6.c | 2244 csump = nat_proto(fin, nat, nflags); 2558 csump = nat_proto(fin, nat, nflags);
|
H A D | ip_nat.c | 4132 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
|