Searched refs:IF_UDP_STATINC (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | udp6_usrreq.c | 282 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 D | udp_usrreq.c | 376 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 D | if_var_private.h | 1087 #define IF_UDP_STATINC(_ifp, _s) do { \ macro
|