Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dudp_var.h93 u_int32_t udps_hdrops; /* packet shorter than header */ member
H A Dudp_usrreq.c331 udpstat.udps_hdrops++; in udp_input()
611 udpstat.udps_hdrops++; in udp_input()
H A Dip_input.c1239 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_first_pass()
1364 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_check_interface()
/xnu-8020.101.4/bsd/netinet6/
H A Dudp6_usrreq.c527 udpstat.udps_hdrops++; in udp6_input()