Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dudp_var.h90 struct udpstat { struct
141 #define udp6stat udpstat
163 extern struct udpstat udpstat;
H A Dudp_usrreq.c175 struct udpstat udpstat; /* from udp_var.h */ variable
325 udpstat.udps_ipackets++; in udp_input()
352 udpstat.udps_hdrops++; in udp_input()
378 udpstat.udps_badlen++; in udp_input()
525 udpstat.udps_filtermcast++; in udp_input()
597 udpstat.udps_noportbcast++; in udp_input()
646 udpstat.udps_hdrops++; in udp_input()
711 udpstat.udps_noport++; in udp_input()
713 udpstat.udps_noportbcast++; in udp_input()
819 udpstat.udps_fullsock++; in udp_input()
[all …]
H A Dip_input.c1265 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_first_pass()
1385 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_check_interface()
/xnu-11417.101.15/bsd/netinet6/
H A Dudp6_usrreq.c235 udpstat.udps_fullsock++; in udp6_append()
276 udpstat.udps_ipackets++; in udp6_input()
283 udpstat.udps_badlen++; in udp6_input()
415 udpstat.udps_filtermcast++; in udp6_input()
497 udpstat.udps_noport++; in udp6_input()
498 udpstat.udps_noportmcast++; in udp6_input()
548 udpstat.udps_hdrops++; in udp6_input()
602 udpstat.udps_noport++; in udp6_input()
605 udpstat.udps_noportmcast++; in udp6_input()
664 udpstat.udps_fullsock++; in udp6_input()
[all …]
/xnu-11417.101.15/bsd/net/
H A Dpf.c9645 udpstat.udps_badsum++; in pf_check_proto_cksum()