Home
last modified time | relevance | path

Searched refs:IF_UDP_STATINC (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/netinet6/
H A Dudp6_usrreq.c282 IF_UDP_STATINC(ifp, badlength); in udp6_input()
289 IF_UDP_STATINC(ifp, port0); in udp6_input()
497 IF_UDP_STATINC(ifp, port_unreach); in udp6_input()
581 IF_UDP_STATINC(ifp, port_unreach); in udp6_input()
606 IF_UDP_STATINC(ifp, badmcast); in udp6_input()
626 IF_UDP_STATINC(ifp, badipsec); in udp6_input()
634 IF_UDP_STATINC(ifp, cleanup); in udp6_input()
1366 IF_UDP_STATINC(ifp, badchksum); in udp6_input_checksum()
/xnu-12377.1.9/bsd/netinet/
H A Dudp_usrreq.c376 IF_UDP_STATINC(ifp, port0); in udp_input()
391 IF_UDP_STATINC(ifp, badlength); in udp_input()
610 IF_UDP_STATINC(ifp, port_unreach); in udp_input()
698 IF_UDP_STATINC(ifp, port_unreach); in udp_input()
737 IF_UDP_STATINC(ifp, linkheur_stealthdrop); in udp_input()
750 IF_UDP_STATINC(ifp, cleanup); in udp_input()
758 IF_UDP_STATINC(ifp, badipsec); in udp_input()
2920 IF_UDP_STATINC(ifp, badchksum); in udp_input_checksum()
/xnu-12377.1.9/bsd/net/
H A Dif_var_private.h1087 #define IF_UDP_STATINC(_ifp, _s) do { \ macro