Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_log.h96 extern void tcp_log_connection(struct tcpcb *tp, const char *event, int error);
203tcp_log_connection((tp), __unsafe_forge_null_terminated(const char *, ((outgoing) ? "connect outgo…
206 tcp_log_connection((tp), "connected", (error))
212 tcp_log_connection((tp), "accept", (error))
245 tcp_log_connection((tp), "bind", (error))
H A Dtcp_log.c377 tcp_log_connection(struct tcpcb *tp, const char *event, int error) in tcp_log_connection() function