Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dudp_var.h90 struct udpstat { struct
141 #define udp6stat udpstat
162 extern struct udpstat udpstat;
H A Dudp_usrreq.c168 struct udpstat udpstat; /* from udp_var.h */ variable
304 udpstat.udps_ipackets++; in udp_input()
331 udpstat.udps_hdrops++; in udp_input()
356 udpstat.udps_badlen++; in udp_input()
501 udpstat.udps_filtermcast++; in udp_input()
567 udpstat.udps_noportbcast++; in udp_input()
611 udpstat.udps_hdrops++; in udp_input()
676 udpstat.udps_noport++; in udp_input()
678 udpstat.udps_noportbcast++; in udp_input()
759 udpstat.udps_fullsock++; in udp_input()
[all …]
H A Dip_input.c1241 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_first_pass()
1366 OSAddAtomic(1, &udpstat.udps_hdrops); in ip_input_check_interface()
/xnu-8019.80.24/bsd/netinet6/
H A Dudp6_usrreq.c231 udpstat.udps_fullsock++; in udp6_append()
270 udpstat.udps_ipackets++; in udp6_input()
277 udpstat.udps_badlen++; in udp6_input()
406 udpstat.udps_filtermcast++; in udp6_input()
483 udpstat.udps_noport++; in udp6_input()
484 udpstat.udps_noportmcast++; in udp6_input()
527 udpstat.udps_hdrops++; in udp6_input()
581 udpstat.udps_noport++; in udp6_input()
584 udpstat.udps_noportmcast++; in udp6_input()
636 udpstat.udps_fullsock++; in udp6_input()
[all …]
/xnu-8019.80.24/bsd/net/
H A Dpf.c9481 udpstat.udps_badsum++; in pf_check_proto_cksum()