Searched refs:IF_UDP_STATINC (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/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() 632 IF_UDP_STATINC(ifp, badipsec); in udp6_input() 640 IF_UDP_STATINC(ifp, cleanup); in udp6_input() 1375 IF_UDP_STATINC(ifp, badchksum); in udp6_input_checksum()
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | udp_usrreq.c | 407 IF_UDP_STATINC(ifp, port0); in udp_input() 422 IF_UDP_STATINC(ifp, badlength); in udp_input() 641 IF_UDP_STATINC(ifp, port_unreach); in udp_input() 729 IF_UDP_STATINC(ifp, port_unreach); in udp_input() 773 IF_UDP_STATINC(ifp, linkheur_stealthdrop); in udp_input() 787 IF_UDP_STATINC(ifp, cleanup); in udp_input() 795 IF_UDP_STATINC(ifp, badipsec); in udp_input() 2957 IF_UDP_STATINC(ifp, badchksum); in udp_input_checksum()
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_var_private.h | 1087 #define IF_UDP_STATINC(_ifp, _s) do { \ macro
|