Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/ !
H A Dtcp_log.h158 #define TCP_LOG_CONNECT(tp, outgoing, error) if (tcp_is_log_enabled(tp, TLEF_CONNECTION)) \ macro
H A Dtcp_usrreq.c582 TCP_LOG_CONNECT(tp, true, error); in tcp_usr_connect_common()
H A Dtcp_input.c3473 TCP_LOG_CONNECT(tp, false, 0); in tcp_input()