Searched refs:UDP_LOG_DROP_NECP (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | udp_log.h | 120 #define UDP_LOG_DROP_NECP(hdr, uh, inp, outgoing) if (udp_is_log_enabled(inp, ULEF_DROP_NECP)) \ macro
|
| H A D | udp_usrreq.c | 542 UDP_LOG_DROP_NECP(ip, uh, inp, false); in udp_input() 2001 UDP_LOG_DROP_NECP((struct ip *)&ui->ui_i, &ui->ui_u, inp, true); in udp_output()
|
| /xnu-11417.121.6/bsd/netinet6/ |
| H A D | udp6_usrreq.c | 438 UDP_LOG_DROP_NECP(ip6, uh, in6p, false); in udp6_input() 624 UDP_LOG_DROP_NECP(ip6, uh, in6p, false); in udp6_input()
|
| H A D | udp6_output.c | 535 UDP_LOG_DROP_NECP(ip6, udp6, in6p, true); in udp6_output()
|