Searched refs:IP6_GET_TICKS (Results 1 – 5 of 5) sorted by relevance
480 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()
19 #define IP6_GET_TICKS(Ms) (((Ms) + IP6_TIMER_INTERVAL_IN_MS - 1) / IP6_TIMER_INTERVAL_IN_MS) macro
717 NeighborCache->Ticks = (UINT32) IP6_GET_TICKS (IP6_DELAY_FIRST_PROBE_TIME); in Ip6SendFrame()
749 NeighborCache->Ticks = IP6_GET_TICKS (IpSb->RetransTimer) + 1; in Ip6Output()
131 IpSb->Ticks = (UINT32) IP6_GET_TICKS (IP6_ONE_SECOND_IN_MS); in Ip6ConfigOnPolicyChanged()