Searched refs:tcp_log_connection (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_log.h | 96 extern void tcp_log_connection(struct tcpcb *tp, const char *event, int error); 203 …tcp_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 D | tcp_log.c | 377 tcp_log_connection(struct tcpcb *tp, const char *event, int error) in tcp_log_connection() function
|