Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/netinet/
H A Dudp_log.h62 udp_is_log_enabled(struct inpcb *inp, uint32_t req_flags) in udp_is_log_enabled() function
95 #define UDP_LOG_BIND(inp, error) if (udp_is_log_enabled(inp, ULEF_BIND)) \
98 #define UDP_LOG_CONNECT(inp, error) if (udp_is_log_enabled(inp, ULEF_CONNECTION)) \
101 #define UDP_LOG_CONNECTION_SUMMARY(inp) if (udp_is_log_enabled(inp, ULEF_CONNECTION)) \