Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dudp_var.h90 struct udpstat { struct
141 #define udp6stat udpstat
162 extern struct udpstat udpstat;
H A Dudp_usrreq.c170 struct udpstat udpstat; /* from udp_var.h */ variable
312 udpstat.udps_ipackets++; in udp_input()
339 udpstat.udps_hdrops++; in udp_input()
364 udpstat.udps_badlen++; in udp_input()
509 udpstat.udps_filtermcast++; in udp_input()
580 udpstat.udps_noportbcast++; in udp_input()
624 udpstat.udps_hdrops++; in udp_input()
689 udpstat.udps_noport++; in udp_input()
691 udpstat.udps_noportbcast++; in udp_input()
765 udpstat.udps_fullsock++; in udp_input()
[all …]
H A Dip_input.c1249 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_first_pass()
1374 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_check_interface()
/xnu-8796.141.3/bsd/netinet6/
H A Dudp6_usrreq.c231 udpstat.udps_fullsock++; in udp6_append()
274 udpstat.udps_ipackets++; in udp6_input()
281 udpstat.udps_badlen++; in udp6_input()
410 udpstat.udps_filtermcast++; in udp6_input()
491 udpstat.udps_noport++; in udp6_input()
492 udpstat.udps_noportmcast++; in udp6_input()
535 udpstat.udps_hdrops++; in udp6_input()
589 udpstat.udps_noport++; in udp6_input()
592 udpstat.udps_noportmcast++; in udp6_input()
644 udpstat.udps_fullsock++; in udp6_input()
[all …]
/xnu-8796.141.3/bsd/net/
H A Dpf.c9610 udpstat.udps_badsum++; in pf_check_proto_cksum()