Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dudp_log.h37 X(ULEF_CONNECTION, 0x00000001, connection) \
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)) \
H A Dudp_log.c50 (ULEF_CONNECTION | ULEF_DST_LOCAL | ULEF_DST_GW)
/xnu-10063.141.1/bsd/kern/
H A Duipc_usrreq.c149 #define ULEF_CONNECTION 0x01 macro
281 if (unp_log_enable_flags & ULEF_CONNECTION) { in uipc_accept()