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