Searched refs:MaxRespDelay (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Mld.h24 UINT16 MaxRespDelay; member in struct:__anon12501
H A DIp6Mld.c688 @param[in] MaxRespDelay The Maximum Response Delay, in milliseconds.
700 IN UINT16 MaxRespDelay,
711 if (MaxRespDelay == 0) {
716 Delay = (UINT32) (MaxRespDelay / 1000);
773 MldPacket.MaxRespDelay = NTOHS (MldPacket.MaxRespDelay);
794 MldPacket.MaxRespDelay,
806 Status = Ip6UpdateDelayTimer (IpSb, MldPacket.MaxRespDelay, &Group->Address, Group);
698 Ip6UpdateDelayTimer( IN IP6_SERVICE *IpSb, IN UINT16 MaxRespDelay, IN EFI_IPv6_ADDRESS *MulticastAddr, IN OUT IP6_MLD_GROUP *Group ) argument

Completed in 54 milliseconds