Searched defs:IGMP_RANDOM_DELAY (Results 1 – 2 of 2) sorted by relevance
102 #define IGMP_RANDOM_DELAY(X) (random() % (X) + 1) macro