Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Nd.c480 ArpQue->Ticks = (UINT32) IP6_GET_TICKS (IP6_DELAY_FIRST_PROBE_TIME); in Ip6OnArpResolved()
1843 Neighbor->Ticks = IP6_GET_TICKS (IpSb->ReachableTime); in Ip6ProcessNeighborAdvertise()
1876 Neighbor->Ticks = IP6_GET_TICKS (IpSb->ReachableTime); in Ip6ProcessNeighborAdvertise()
2698 Neighbor->Ticks = IP6_GET_TICKS (Timeout / TICKS_PER_MS); in Ip6AddNeighbor()
2795 IpSb->Ticks = (UINT32) IP6_GET_TICKS (IP6_RTR_SOLICITATION_INTERVAL); in Ip6NdFasterTimerTicking()
2855 DupAddrDetect->RetransTick = IP6_GET_TICKS (IpSb->RetransTimer); in Ip6NdFasterTimerTicking()
2919 NeighborCache->Ticks = IP6_GET_TICKS (IpSb->RetransTimer); in Ip6NdFasterTimerTicking()
2982 NeighborCache->Ticks = IP6_GET_TICKS (IpSb->RetransTimer); in Ip6NdFasterTimerTicking()
3046 NeighborCache->Ticks = IP6_GET_TICKS (IpSb->RetransTimer); in Ip6NdFasterTimerTicking()
DIp6Nd.h19 #define IP6_GET_TICKS(Ms) (((Ms) + IP6_TIMER_INTERVAL_IN_MS - 1) / IP6_TIMER_INTERVAL_IN_MS) macro
DIp6If.c717 NeighborCache->Ticks = (UINT32) IP6_GET_TICKS (IP6_DELAY_FIRST_PROBE_TIME); in Ip6SendFrame()
DIp6Output.c749 NeighborCache->Ticks = IP6_GET_TICKS (IpSb->RetransTimer) + 1; in Ip6Output()
DIp6ConfigImpl.c131 IpSb->Ticks = (UINT32) IP6_GET_TICKS (IP6_ONE_SECOND_IN_MS); in Ip6ConfigOnPolicyChanged()