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

/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.h175 * IGMP_TIMER_SCALE denotes that the igmp code field specifies
178 #define IGMP_TIMER_SCALE 10 macro
H A Digmp.c925 timer = igmp->igmp_code * PR_SLOWHZ / IGMP_TIMER_SCALE;
1073 timer = maxresp * PR_SLOWHZ / IGMP_TIMER_SCALE;

Completed in 15 milliseconds