Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_log.h103 extern void tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, int32_t idle_ti…
180 tcp_log_keepalive(__func__, __LINE__, (tp), (idle_time))
H A Dtcp_log.c332 tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_keepalive() function