Searched refs:igmpstat_v3 (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Digmp_var.h80 struct igmpstat_v3 { struct
192 #define IGMPSTAT_ADD(name, val) atomic_add_64(&igmpstat_v3.name , (val))
H A Digmp.c200 static struct igmpstat_v3 igmpstat_v3 = { variable in typeref:struct:igmpstat_v3
202 .igps_len = sizeof(struct igmpstat_v3),
218 CTLFLAG_RD | CTLFLAG_LOCKED, &igmpstat_v3, igmpstat_v3, "");

Completed in 29 milliseconds