Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dtcp_timer.h307 #define TCP_CONN_KEEPCNT(tp) \ macro
312 (TCP_CONN_KEEPCNT(tp) * TCP_CONN_KEEPINTVL(tp))
H A Dtcp_log.c372 TCP_CONN_KEEPCNT(tp)); in tcp_log_keepalive()
H A Dtcp_subr.c4118 frame->keep_cnt = (uint8_t)TCP_CONN_KEEPCNT(tp); in tcp_fill_keepalive_offload_frames()