Searched refs:ArpSendFrame (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/ |
H A D | ArpImpl.h | 620 ArpSendFrame (
|
H A D | ArpImpl.c | 283 ArpSendFrame (Instance, CacheEntry, ARP_OPCODE_REPLY); 450 ArpSendFrame (RequestContext->Instance, CacheEntry, ARP_OPCODE_REQUEST); 1016 ArpSendFrame ( function 1040 DEBUG ((EFI_D_ERROR, "ArpSendFrame: Allocate memory for TxToken failed.\n")); 1059 DEBUG ((EFI_D_ERROR, "ArpSendFrame: CreateEvent failed for TxToken->Event.\n")); 1068 DEBUG ((EFI_D_ERROR, "ArpSendFrame: Allocate memory for TxData failed.\n")); 1087 DEBUG ((EFI_D_ERROR, "ArpSendFrame: Allocate memory for Packet failed.\n"));
|
H A D | ArpMain.c | 656 ArpSendFrame (Instance, CacheEntry, ARP_OPCODE_REQUEST);
|
Completed in 46 milliseconds