Home
last modified time | relevance | path

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 && in send_igmp_reports()
758 (now < last_igmpv1 + IGMPv1_ROUTER_PRESENT_TIMEOUT)) { in send_igmp_reports()
792 last_igmpv1 = now; in process_igmp()