Home
last modified time | relevance | path

Searched refs:UDP_LOG_DROP_NECP (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.121.6/bsd/netinet/
H A Dudp_log.h120 #define UDP_LOG_DROP_NECP(hdr, uh, inp, outgoing) if (udp_is_log_enabled(inp, ULEF_DROP_NECP)) \ macro
H A Dudp_usrreq.c542 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 Dudp6_usrreq.c438 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 Dudp6_output.c535 UDP_LOG_DROP_NECP(ip6, udp6, in6p, true); in udp6_output()