Home
last modified time | relevance | path

Searched refs:IP6_TIMER_INTERVAL_IN_MS (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Common.h44 #define IP6_TIMER_INTERVAL_IN_MS 100 macro
DIp6Nd.h19 #define IP6_GET_TICKS(Ms) (((Ms) + IP6_TIMER_INTERVAL_IN_MS - 1) / IP6_TIMER_INTERVAL_IN_MS)
DIp6If.c184 DelayNode->DelayTime = (UINT32) (DivU64x32 (Delay, IP6_TIMER_INTERVAL_IN_MS)); in Ip6SetAddress()
DIp6Driver.c590 TICKS_PER_MS * IP6_TIMER_INTERVAL_IN_MS in Ip6DriverBindingStart()
DIp6Nd.c1022 MaxDelayTick = IP6_MAX_RTR_SOLICITATION_DELAY / IP6_TIMER_INTERVAL_IN_MS; in Ip6InitDADProcess()