Home
last modified time | relevance | path

Searched refs:PR_FASTHZ (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/netinet/
H A Digmp.c302 IGMP_MAX_HOST_REPORT_DELAY * PR_FASTHZ); in igmp_input_if()
313 timer = igmp->igmp_code * PR_FASTHZ / IGMP_TIMER_SCALE; in igmp_input_if()
503 IGMP_MAX_HOST_REPORT_DELAY * PR_FASTHZ); in igmp_joingroup()
/openbsd/sys/netinet6/
H A Dmld6.c140 PR_FASTHZ); in mld6_start_listening()
254 timer = ntohs(mldh->mld_maxdelay)*PR_FASTHZ/MLD_TIMER_SCALE; in mld6_input()
/openbsd/sys/sys/
H A Dprotosw.h117 #define PR_FASTHZ 5 /* 5 fast timeouts per second */ macro