Home
last modified time | relevance | path

Searched refs:TCP_LOG_KEEP_ALIVE (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_log.h152 #define TCP_LOG_KEEP_ALIVE(tp, idle_time) if (tcp_is_log_enabled(tp, TLEF_KEEP_ALIVE)) \ macro
H A Dtcp_timer.c1492 TCP_LOG_KEEP_ALIVE(tp, idle_time); in tcp_timers()