Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_state.c1490 if (flags & (SI_WILDP|SI_WILDA)) {
2248 if ((is->is_flags & (SI_WILDA|SI_WILDP)) == 0) {
2845 !(is->is_flags & (SI_CLONE|SI_WILDP|SI_WILDA))) {
3334 if (is->is_flags & (SI_WILDP|SI_WILDA)) {
3338 is->is_flags &= ~(SI_WILDP|SI_WILDA);
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h351 #define SI_WILDA (SI_W_SADDR|SI_W_DADDR) macro