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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpImpl.c 133 if (RxData->DataLength < (sizeof (ARP_HEAD) + 2 * Head->HwAddrLen + 2 * Head->ProtoAddrLen)) {
152 ArpAddress.TargetHwAddr = ArpAddress.SenderProtoAddr + Head->ProtoAddrLen;
160 SenderAddress[Protocol].Length = Head->ProtoAddrLen;
192 (Head->ProtoAddrLen == ConfigData->SwAddressLength)) {
1139 ArpHead->ProtoAddrLen = ConfigData->SwAddressLength;
    [all...]
ArpImpl.h 64 UINT8 ProtoAddrLen;

Completed in 42 milliseconds