Home
last modified time | relevance | path

Searched refs:SI_WILDA (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_state.c1490 if (flags & (SI_WILDP|SI_WILDA)) {
2249 if ((is->is_flags & (SI_WILDA|SI_WILDP)) == 0) {
2846 !(is->is_flags & (SI_CLONE|SI_WILDP|SI_WILDA))) {
3335 if (is->is_flags & (SI_WILDP|SI_WILDA)) {
3339 is->is_flags &= ~(SI_WILDP|SI_WILDA);
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h356 #define SI_WILDA (SI_W_SADDR|SI_W_DADDR) macro