Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dudp_log.h67 extern void udp_log_message(const char *func_name, int line_no, struct inpcb *inp, const char *form…
116 udp_log_message(__func__, __LINE__, (inp), format, ## __VA_ARGS__)
H A Dudp_log.c398 udp_log_message(const char *func_name, int line_no, struct inpcb *inp, const char *format, ...) in udp_log_message() function