HomeSort by relevance Sort by last modified time
    Searched defs:OpLen (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dhcp6.h 161 UINT16 OpLen;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.c 51 // OpLen and OpCode here are both stored in network order.
60 Offset += (NTOHS(Option->OpLen) + 4);
96 OptList[Index]->OpLen = HTONS (4);
107 OptList[Index]->OpLen = HTONS ((UINT16)3);
127 OptList[Index]->OpLen = HTONS ((UINT16) sizeof (PXEBC_DHCP6_OPTION_ARCH));
138 OptList[Index]->OpLen = HTONS ((UINT16) sizeof (PXEBC_DHCP6_OPTION_VENDOR_CLASS));
470 // OpLen and OpCode here are both stored in network order, since they are from original packet.
487 Offset += (NTOHS (Option->OpLen) + 4);
499 NTOHS (Option->OpLen),
514 NTOHS(Option->OpLen) >= 13 &&
    [all...]

Completed in 340 milliseconds