Searched refs:TCP_LOG_CONNECT (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/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 | 524 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 D | tcp_input.c | 3358 TCP_LOG_CONNECT(tp, false, 0); in tcp_input()
|