Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c200 static struct igmpstat_v3 igmpstat_v3 = { variable
202 .igps_len = sizeof(struct igmpstat_v3),
218 CTLFLAG_RD | CTLFLAG_LOCKED, &igmpstat_v3, igmpstat_v3, "");