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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Nd.c480 ArpQue->Ticks = (UINT32) IP6_GET_TICKS (IP6_DELAY_FIRST_PROBE_TIME);
1840 Neighbor->Ticks = IP6_GET_TICKS (IpSb->ReachableTime);
1873 Neighbor->Ticks = IP6_GET_TICKS (IpSb->ReachableTime);
2695 Neighbor->Ticks = IP6_GET_TICKS (Timeout / TICKS_PER_MS);
2792 IpSb->Ticks = (UINT32) IP6_GET_TICKS (IP6_RTR_SOLICITATION_INTERVAL);
2852 DupAddrDetect->RetransTick = IP6_GET_TICKS (IpSb->RetransTimer);
2916 NeighborCache->Ticks = IP6_GET_TICKS (IpSb->RetransTimer);
2979 NeighborCache->Ticks = IP6_GET_TICKS (IpSb->RetransTimer);
3043 NeighborCache->Ticks = IP6_GET_TICKS (IpSb->RetransTimer);
H A DIp6Nd.h19 #define IP6_GET_TICKS(Ms) (((Ms) + IP6_TIMER_INTERVAL_IN_MS - 1) / IP6_TIMER_INTERVAL_IN_MS) macro
H A DIp6If.c721 NeighborCache->Ticks = (UINT32) IP6_GET_TICKS (IP6_DELAY_FIRST_PROBE_TIME);
H A DIp6Output.c747 NeighborCache->Ticks = IP6_GET_TICKS (IpSb->RetransTimer) + 1;
H A DIp6ConfigImpl.c122 IpSb->Ticks = (UINT32) IP6_GET_TICKS (IP6_ONE_SECOND_IN_MS);

Completed in 78 milliseconds