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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c32 unsigned long last_igmpv1 = 0; variable
757 if (last_igmpv1 &&
758 (now < last_igmpv1 + IGMPv1_ROUTER_PRESENT_TIMEOUT)) {
792 last_igmpv1 = now;

Completed in 236 milliseconds