Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/netinet/ !
H A Dudp_log.h55 #define ULEF_MASK_DST (ULEF_DST_LOOPBACK | ULEF_DST_LOCAL | ULEF_DST_GW) macro
91 return (inp->inp_log_flags & udp_log_enable_flags & ULEF_MASK_DST) && in udp_is_log_enabled()
92 (udp_log_enable_flags & (req_flags & ~ULEF_MASK_DST)); in udp_is_log_enabled()