Searched refs:BufPtr (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/ |
D | MnpIo.c | 633 UINT8 *BufPtr; in MnpAnalysePacket() local 642 BufPtr = NetbufGetByte (Nbuf, 0, NULL); in MnpAnalysePacket() 643 ASSERT (BufPtr != NULL); in MnpAnalysePacket() 653 if (!NET_MAC_EQUAL (&SnpMode->CurrentAddress, BufPtr, SnpMode->HwAddressSize)) { in MnpAnalysePacket() 659 if (NET_MAC_EQUAL (&SnpMode->BroadcastAddress, BufPtr, SnpMode->HwAddressSize)) { in MnpAnalysePacket() 665 } else if ((*BufPtr & 0x01) == 0x1) { in MnpAnalysePacket() 672 if (NET_MAC_EQUAL (BufPtr, &((*GroupAddress)->Address), SnpMode->HwAddressSize)) { in MnpAnalysePacket() 707 RxData->ProtocolType = NTOHS (*(UINT16 *) (BufPtr + 2 * SnpMode->HwAddressSize)); in MnpAnalysePacket() 860 UINT8 *BufPtr; in MnpReceivePacket() local 900 BufPtr = NetbufGetByte (Nbuf, 0, NULL); in MnpReceivePacket() [all …]
|