Searched defs:CurHopLimit (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Impl.h197 UINT8 CurHopLimit; member in struct:_IP6_SERVICE
H A DIp6Nd.c1938 UINT8 CurHopLimit; local
2002 // In Router Advertisement, Fourth is composed of CurHopLimit (8bit), M flag, O flag,
2041 CurHopLimit = *((UINT8 *) &Fourth + 3);
2042 if (CurHopLimit != 0) {
2043 IpSb->CurHopLimit = CurHopLimit;

Completed in 38 milliseconds