Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_log.h95 extern void tcp_log_connection(struct tcpcb *tp, const char *event, int error);
167tcp_log_connection((tp), __unsafe_forge_null_terminated(const char *, ((outgoing) ? "connect outgo…
170 tcp_log_connection((tp), "connected", (error))
176 tcp_log_connection((tp), "accept", (error))
H A Dtcp_log.c374 tcp_log_connection(struct tcpcb *tp, const char *event, int error) in tcp_log_connection() function