Symbol: SI_W_DPORT
usr/src/uts/common/inet/ipf/ip_nat.c
2771
if ((nat->nat_flags & (SI_W_SPORT|SI_W_DPORT)) == 0) {
usr/src/uts/common/inet/ipf/ip_nat.c
3421
nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);
usr/src/uts/common/inet/ipf/ip_nat.c
3664
nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);
usr/src/uts/common/inet/ipf/ip_nat.c
5329
(flags & SI_W_DPORT)))
usr/src/uts/common/inet/ipf/ip_nat.c
5334
(flags & SI_W_DPORT)) &&
usr/src/uts/common/inet/ipf/ip_nat.c
5341
(flags & SI_W_DPORT)) &&
usr/src/uts/common/inet/ipf/ip_nat.c
5350
(flags & SI_W_DPORT)))
usr/src/uts/common/inet/ipf/ip_nat6.c
1634
nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);
usr/src/uts/common/inet/ipf/ip_nat6.c
1876
nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);
usr/src/uts/common/inet/ipf/ip_nat6.c
987
if ((nat->nat_flags & (SI_W_SPORT|SI_W_DPORT)) == 0) {
usr/src/uts/common/inet/ipf/ip_state.c
1325
if ((flags & (SI_W_DPORT|SI_W_SPORT)) == 0) {
usr/src/uts/common/inet/ipf/ip_state.c
1388
if ((flags & (SI_W_DPORT|SI_W_SPORT)) == 0) {
usr/src/uts/common/inet/ipf/ip_state.c
2130
else if (!(flags & SI_W_DPORT) && (dp != is->is_dport))
usr/src/uts/common/inet/ipf/ip_state.c
2160
(dp == is->is_dport || flags & SI_W_DPORT))
usr/src/uts/common/inet/ipf/ip_state.c
2171
(sp == is->is_dport || flags & SI_W_DPORT))
usr/src/uts/common/inet/ipf/ip_state.c
2283
if ((flags & (SI_W_SPORT|SI_W_DPORT))) {
usr/src/uts/common/inet/ipf/ip_state.c
2304
} else if ((flags & SI_W_DPORT) != 0) {
usr/src/uts/common/inet/ipf/ip_state.c
2314
is->is_flags &= ~(SI_W_SPORT|SI_W_DPORT);
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
354
#define SI_WILDP (SI_W_SPORT|SI_W_DPORT)
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
389
flags = NAT_SLAVE|IPN_TCP|SI_W_DPORT;
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
402
(void) fr_addstate(&fi, &nat2->nat_state, SI_W_DPORT);
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
711
nflags |= SI_W_DPORT;
usr/src/uts/common/inet/ipf/netinet/ip_h323_pxy.c
309
NAT_SLAVE|IPN_UDP|SI_W_DPORT,
usr/src/uts/common/inet/ipf/netinet/ip_irc_pxy.c
434
NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND);
usr/src/uts/common/inet/ipf/netinet/ip_irc_pxy.c
439
(void) fr_addstate(&fi, NULL, SI_W_DPORT);
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
341
NAT_SLAVE|IPN_UDP|SI_W_DPORT,
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
347
(void) fr_addstate(&fi, NULL, SI_W_DPORT);
usr/src/uts/common/inet/ipf/netinet/ip_rcmd_pxy.c
203
nflags = NAT_SLAVE|IPN_TCP|SI_W_DPORT;
usr/src/uts/common/inet/ipf/netinet/ip_rcmd_pxy.c
227
(void) fr_addstate(&fi, &nat2->nat_state, SI_W_DPORT);
usr/src/uts/common/inet/ipf/netinet/ip_state.h
116
#define IS_WDPORT SI_W_DPORT /* 0x00200 */