Home
last modified time | relevance | path

Searched refs:udpstat (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dudp_var.h90 struct udpstat { struct
145 #define udp6stat udpstat
167 extern struct udpstat udpstat;
H A Dudp_usrreq.c176 struct udpstat udpstat; /* from udp_var.h */ variable
368 udpstat.udps_ipackets++; in udp_input()
395 udpstat.udps_hdrops++; in udp_input()
421 udpstat.udps_badlen++; in udp_input()
568 udpstat.udps_filtermcast++; in udp_input()
640 udpstat.udps_noportbcast++; in udp_input()
689 udpstat.udps_hdrops++; in udp_input()
754 udpstat.udps_noport++; in udp_input()
756 udpstat.udps_noportbcast++; in udp_input()
866 udpstat.udps_fullsock++; in udp_input()
[all …]
H A Dip_input.c1277 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_first_pass()
1397 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_check_interface()
/xnu-12377.61.12/bsd/netinet6/
H A Dudp6_usrreq.c233 udpstat.udps_fullsock++; in udp6_append()
274 udpstat.udps_ipackets++; in udp6_input()
281 udpstat.udps_badlen++; in udp6_input()
413 udpstat.udps_filtermcast++; in udp6_input()
495 udpstat.udps_noport++; in udp6_input()
496 udpstat.udps_noportmcast++; in udp6_input()
546 udpstat.udps_hdrops++; in udp6_input()
602 udpstat.udps_noport++; in udp6_input()
605 udpstat.udps_noportmcast++; in udp6_input()
669 udpstat.udps_fullsock++; in udp6_input()
[all …]
/xnu-12377.61.12/bsd/net/
H A Dpf.c9666 udpstat.udps_badsum++; in pf_check_proto_cksum()