Symbol: SI_W_SPORT
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
5327
(flags & SI_W_SPORT)) &&
usr/src/uts/common/inet/ipf/ip_nat.c
5336
(flags & SI_W_SPORT)))
usr/src/uts/common/inet/ipf/ip_nat.c
5343
(flags & SI_W_SPORT)))
usr/src/uts/common/inet/ipf/ip_nat.c
5348
(flags & SI_W_SPORT)) &&
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
2128
if (!(flags & SI_W_SPORT) && (sp != is->is_sport))
usr/src/uts/common/inet/ipf/ip_state.c
2159
if ((sp == is->is_sport || flags & SI_W_SPORT)&&
usr/src/uts/common/inet/ipf/ip_state.c
2170
if ((dp == is->is_sport || flags & SI_W_SPORT)&&
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
2295
if ((flags & SI_W_SPORT) != 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
709
nflags = IPN_TCP|SI_W_SPORT;
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
323
NAT_SLAVE|IPN_UDP | (sp ? 0 : SI_W_SPORT),
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
329
(void) fr_addstate(&fi, NULL, (sp ? 0 : SI_W_SPORT));
usr/src/uts/common/inet/ipf/netinet/ip_rpcb_pxy.c
1213
nflags |= SI_W_SPORT|NAT_SEARCH;
usr/src/uts/common/inet/ipf/netinet/ip_rpcb_pxy.c
1292
nflags |= SI_W_SPORT|SI_CLONE;
usr/src/uts/common/inet/ipf/netinet/ip_state.h
115
#define IS_WSPORT SI_W_SPORT /* 0x00100 */