Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Digmp_var.h83 struct igmpstat_v3 { struct
195 #define IGMPSTAT_ADD(name, val) atomic_add_64(&igmpstat_v3.name , (val))
H A Digmp.c208 static struct igmpstat_v3 igmpstat_v3 = { variable
210 .igps_len = sizeof(struct igmpstat_v3),
226 CTLFLAG_RD | CTLFLAG_LOCKED, &igmpstat_v3, igmpstat_v3, "");