Searched refs:tcp_log_connection (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | tcp_log.h | 90 extern void tcp_log_connection(struct tcpcb *tp, const char *event, int error); 159 tcp_log_connection((tp), (outgoing) ? "connect outgoing" : "connect incoming", (error)) 162 tcp_log_connection((tp), "connected", (error)) 168 tcp_log_connection((tp), "accept", (error))
|
| H A D | tcp_log.c | 387 tcp_log_connection(struct tcpcb *tp, const char *event, int error) in tcp_log_connection() function
|