HomeSort by relevance Sort by last modified time
    Searched refs:IP6_TIMER_INTERVAL_IN_MS (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Common.h 44 #define IP6_TIMER_INTERVAL_IN_MS 100
Ip6Nd.h 19 #define IP6_GET_TICKS(Ms) (((Ms) + IP6_TIMER_INTERVAL_IN_MS - 1) / IP6_TIMER_INTERVAL_IN_MS)
697 The heartbeat timer of ND module in IP6_TIMER_INTERVAL_IN_MS milliseconds.
Ip6Driver.c 614 // The timer expires every 100 (IP6_TIMER_INTERVAL_IN_MS) milliseconds.
619 TICKS_PER_MS * IP6_TIMER_INTERVAL_IN_MS
Ip6If.c 184 DelayNode->DelayTime = (UINT32) (DivU64x32 (Delay, IP6_TIMER_INTERVAL_IN_MS));
Ip6Nd.c 1022 MaxDelayTick = IP6_MAX_RTR_SOLICITATION_DELAY / IP6_TIMER_INTERVAL_IN_MS;
    [all...]

Completed in 77 milliseconds