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