Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dudp_log.h63 #define ULEF_MASK_DST (ULEF_DST_LOOPBACK | ULEF_DST_LOCAL | ULEF_DST_GW) macro
101 if ((inp->inp_log_flags & udp_log_enable_flags & ULEF_MASK_DST) && in udp_is_log_enabled()
102 (udp_log_enable_flags & (req_flags & ~ULEF_MASK_DST))) { in udp_is_log_enabled()