Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/
H A Dtcp_log.h155 #define TCP_LOG_CONNECT(tp, outgoing, error) if (tcp_is_log_enabled(tp, TLEF_CONNECTION)) \ macro
H A Dtcp_usrreq.c524 TCP_LOG_CONNECT(tp, true, error); in tcp_usr_connect()
530 TCP_LOG_CONNECT(tp, true, error); in tcp_usr_connect()
723 TCP_LOG_CONNECT(tp, true, error); in tcp6_usr_connect()
730 TCP_LOG_CONNECT(tp, true, error); in tcp6_usr_connect()
748 TCP_LOG_CONNECT(tp, true, error); in tcp6_usr_connect()
754 TCP_LOG_CONNECT(tp, true, error); in tcp6_usr_connect()
1015 TCP_LOG_CONNECT(tp, true, error); in tcp_send_implied_connect()
H A Dtcp_input.c3358 TCP_LOG_CONNECT(tp, false, 0); in tcp_input()