Home
last modified time | relevance | path

Searched refs:SI_W_DADDR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h118 #define IS_WDADDR SI_W_DADDR /* 0x00800 */
H A Dip_fil.h356 #define SI_W_DADDR 0x00000800 macro
357 #define SI_WILDA (SI_W_SADDR|SI_W_DADDR)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c1237 is->is_flags |= SI_W_DADDR;
1252 flags |= SI_W_DADDR|SI_CLONE;
2156 if ((IP6_EQ(&is->is_dst, dst) || (flags & SI_W_DADDR)) &&
2167 if ((IP6_EQ(&is->is_dst, src) || (flags & SI_W_DADDR)) &&
2197 if ((flags & (SI_W_SADDR|SI_W_DADDR))) {
2224 } else if ((flags & SI_W_DADDR) != 0) {
2234 is->is_flags &= ~SI_W_DADDR;
2245 is->is_flags &= ~SI_W_DADDR;
2751 if ((tryagain != 0) && !(is->is_flags & SI_W_DADDR)) {