Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dudp_var.h90 struct udpstat { struct
142 #define udp6stat udpstat
164 extern struct udpstat udpstat;
H A Dudp_usrreq.c176 struct udpstat udpstat; /* from udp_var.h */ variable
337 udpstat.udps_ipackets++; in udp_input()
364 udpstat.udps_hdrops++; in udp_input()
390 udpstat.udps_badlen++; in udp_input()
537 udpstat.udps_filtermcast++; in udp_input()
609 udpstat.udps_noportbcast++; in udp_input()
658 udpstat.udps_hdrops++; in udp_input()
723 udpstat.udps_noport++; in udp_input()
725 udpstat.udps_noportbcast++; in udp_input()
829 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.1.9/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()
663 udpstat.udps_fullsock++; in udp6_input()
[all …]
/xnu-12377.1.9/bsd/net/
H A Dpf.c9666 udpstat.udps_badsum++; in pf_check_proto_cksum()