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

/darwin-on-arm/xnu/bsd/netinet/
H A Digmp_var.h148 uint32_t igi_v1_timer; /* IGMPv1 Querier Present timer (s) */ member in struct:igmp_ifinfo
255 uint32_t igi_v1_timer; /* IGMPv1 Querier Present timer (s) */ member in struct:igmp_ifinfo
H A Digmp.c436 igi_u.igi_v1_timer = igi->igi_v1_timer;
2186 igi->igi_v1_timer = old_version_timer;
2189 igi->igi_v1_timer = 0;
2194 if (igi->igi_v1_timer == 0 && igi->igi_v2_timer > 0) {
2199 } else if (igi->igi_v1_timer > 0) {
2314 if (igi->igi_v1_timer == 0 && igi->igi_v2_timer == 0) {
2328 } else if (igi->igi_v1_timer == 0 && igi->igi_v2_timer > 0) {
2355 } else if (igi->igi_v1_timer > 0) {
2369 igi->igi_v1_timer
[all...]

Completed in 29 milliseconds