Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dudp_log.h58 extern void udp_log_connection(struct inpcb *inp, const char *event, int error);
96 udp_log_connection((inp), "bind", (error))
99 udp_log_connection((inp), "connect", (error))
H A Dudp_log.c259 udp_log_connection(struct inpcb *inp, const char *event, int error) in udp_log_connection() function