Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Dtcp_log.h89 extern void tcp_log_connection(struct tcpcb *tp, const char *event, int error);
161 tcp_log_connection((tp), (outgoing) ? "connect outgoing" : "connect incoming", (error))
164 tcp_log_connection((tp), "connected", (error))
170 tcp_log_connection((tp), "accept", (error))
H A Dtcp_log.c379 tcp_log_connection(struct tcpcb *tp, const char *event, int error) in tcp_log_connection() function