Searched refs:SI_W_DPORT (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_rcmd_pxy.c | 203 nflags = NAT_SLAVE|IPN_TCP|SI_W_DPORT; 227 (void) fr_addstate(&fi, &nat2->nat_state, SI_W_DPORT);
|
H A D | ip_irc_pxy.c | 434 NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND); 439 (void) fr_addstate(&fi, NULL, SI_W_DPORT);
|
H A D | ip_raudio_pxy.c | 341 NAT_SLAVE|IPN_UDP|SI_W_DPORT, 347 (void) fr_addstate(&fi, NULL, SI_W_DPORT);
|
H A D | ip_state.h | 116 #define IS_WDPORT SI_W_DPORT /* 0x00200 */
|
H A D | ip_h323_pxy.c | 311 NAT_SLAVE|IPN_UDP|SI_W_DPORT,
|
H A D | ip_ftp_pxy.c | 389 flags = NAT_SLAVE|IPN_TCP|SI_W_DPORT; 402 (void) fr_addstate(&fi, &nat2->nat_state, SI_W_DPORT); 711 nflags |= SI_W_DPORT;
|
H A D | ip_fil.h | 352 #define SI_W_DPORT 0x00000200 macro 353 #define SI_WILDP (SI_W_SPORT|SI_W_DPORT)
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 1325 if ((flags & (SI_W_DPORT|SI_W_SPORT)) == 0) { 1388 if ((flags & (SI_W_DPORT|SI_W_SPORT)) == 0) { 2130 else if (!(flags & SI_W_DPORT) && (dp != is->is_dport)) 2160 (dp == is->is_dport || flags & SI_W_DPORT)) 2171 (sp == is->is_dport || flags & SI_W_DPORT)) 2283 if ((flags & (SI_W_SPORT|SI_W_DPORT))) { 2304 } else if ((flags & SI_W_DPORT) != 0) { 2314 is->is_flags &= ~(SI_W_SPORT|SI_W_DPORT);
|
H A D | ip_nat.c | 2771 if ((nat->nat_flags & (SI_W_SPORT|SI_W_DPORT)) == 0) { 3421 nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT); 3664 nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT); 5327 (flags & SI_W_DPORT))) 5332 (flags & SI_W_DPORT)) && 5339 (flags & SI_W_DPORT)) && 5348 (flags & SI_W_DPORT)))
|
H A D | ip_nat6.c | 987 if ((nat->nat_flags & (SI_W_SPORT|SI_W_DPORT)) == 0) { 1634 nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT); 1876 nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);
|