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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpVlan.c 196 UINT16 *EtherType;
223 EtherType = (UINT16 *) (UINTN) (VlanTci + 1);
224 *EtherType = HTONS (TxData->ProtocolType);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Pp2Dxe.c 859 UINT16 EtherType;
895 EtherType = HTONS (*EtherTypePtr);
913 CopyMem(DataPtr + NET_ETHER_ADDR_LEN * 2, &EtherType, 2);
972 OUT UINT16 *EtherType OPTIONAL
1042 if (EtherType != NULL) {
1043 *EtherType = NTOHS (*(UINT16 *)(&DataPtr[12]));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 106 UINT16 EtherType;
    [all...]

Completed in 168 milliseconds