Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_log.h90 extern void tcp_log_connection(struct tcpcb *tp, const char *event, int error);
159 tcp_log_connection((tp), (outgoing) ? "connect outgoing" : "connect incoming", (error))
162 tcp_log_connection((tp), "connected", (error))
168 tcp_log_connection((tp), "accept", (error))
H A Dtcp_log.c387 tcp_log_connection(struct tcpcb *tp, const char *event, int error) in tcp_log_connection() function