Searched refs:TCP_LOG_CONNECT (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | tcp_log.h | 155 #define TCP_LOG_CONNECT(tp, outgoing, error) if (tcp_is_log_enabled(tp, TLEF_CONNECTION)) \ macro
|
| H A D | tcp_usrreq.c | 516 TCP_LOG_CONNECT(tp, true, error); in tcp_usr_connect() 522 TCP_LOG_CONNECT(tp, true, error); in tcp_usr_connect() 715 TCP_LOG_CONNECT(tp, true, error); in tcp6_usr_connect() 735 TCP_LOG_CONNECT(tp, true, error); in tcp6_usr_connect() 741 TCP_LOG_CONNECT(tp, true, error); in tcp6_usr_connect() 1002 TCP_LOG_CONNECT(tp, true, error); in tcp_send_implied_connect()
|
| H A D | tcp_input.c | 3353 TCP_LOG_CONNECT(tp, false, 0); in tcp_input()
|