Searched refs:udpstat_local (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dudp_var.h131 struct udpstat_local { struct
/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h440 struct udpstat_local;
635 struct udpstat_local *if_udp_stat; /* UDP specific stats */
H A Ddlil.c305 static unsigned int dlif_udpstat_size; /* size of udpstat_local to allocate */
307 static struct zone *dlif_udpstat_zone; /* zone for udpstat_local */
852 /* allocate udpstat_local structure */
1188 dlif_udpstat_size = sizeof (struct udpstat_local);
1189 /* Enforce 64-bit alignment for udpstat_local structure */

Completed in 32 milliseconds