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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ComponentName.c 38 { "eng;en", L"ARP Network Service Driver" },
43 { "eng;en", L"ARP Controller" },
182 EFI_ARP_PROTOCOL *Arp;
209 (VOID **)&Arp,
ArpDriver.c 2 ARP driver functions.
29 Create and initialize the arp service context data.
34 @param[in, out] ArpService Pointer to the buffer containing the arp service
37 @retval EFI_SUCCESS The arp service context is initialized.
41 @retval other Failed to initialize the arp service context.
158 // Create the Arp heartbeat timer.
187 Clean the arp service context data.
189 @param[in, out] ArpService Pointer to the buffer containing the arp service
314 // Test to see if Arp SB is already installed.
395 // Initialize the arp service context data.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4If.c 18 // Mac address with all zero, used to determine whethter the ARP
19 // resolve succeeded. Failed ARP requests zero the MAC address buffer.
51 Callback function when ARP request are finished. It will cancelled
52 all the queued frame if the ARP requests failed. Or transmit them
55 @param[in] Context The context of the callback, a point to the ARP
68 @param Event The Arp request event.
69 @param Context The context of the callback, a point to the ARP
112 Remove all the frames on the ARP queue that pass the FrameToCancel,
115 @param[in] ArpQue ARP frame to remove the frames from.
233 Create an IP_ARP_QUE structure to request ARP service.
    [all...]
Ip4If.h 96 /// Only one ARP request is requested for all the frames in
99 /// be sent all at once the ARP requests succeed.
109 // ARP requesting staffs
136 // Each interface has its own ARP child, and shares one MNP child.
157 // Handle used to create/destroy ARP child. All the IP children
164 EFI_ARP_PROTOCOL *Arp;
168 // Queues to keep the frames sent and waiting ARP request.
191 Create an IP4_INTERFACE. Delay the creation of ARP instance until
212 the ARP child if necessary.
219 and a ARP is created for it.
    [all...]
Ip4Config2Impl.c 486 EFI_ARP_PROTOCOL *Arp;
540 if (IpIf->Arp != NULL) {
542 // A non-NULL IpIf->Arp here means a new ARP child is created when setting default address,
544 // these IP instances also consume this ARP protocol so they need to open it BY_CHILD_CONTROLLER.
546 Arp = NULL;
552 (VOID **) &Arp,
    [all...]
Ip4Impl.c 147 IP address if it can be found in the ARP cache or on the local subnet. One automatic
648 EFI_ARP_PROTOCOL *Arp;
770 if (IpIf->Arp != NULL) {
771 Arp = NULL;
775 (VOID **) &Arp,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.h 31 #include <Protocol/Arp.h>
77 EFI_ARP_PROTOCOL *Arp;
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.h 25 #include <Protocol/Arp.h>
118 EFI_ARP_PROTOCOL *Arp;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
PxeBaseCode.h 85 // ARP Cache definitions
375 EFI_PXE_BASE_CODE_ARP Arp;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PxeBaseCode.h 90 /// ARP cache entries.
98 /// ARP route table entries.
    [all...]
  /external/syslinux/efi32/include/efi/
efipxebc.h 118 // ARP Cache definitions
408 EFI_PXE_BASE_CODE_ARP Arp;
  /external/syslinux/efi64/include/efi/
efipxebc.h 118 // ARP Cache definitions
408 EFI_PXE_BASE_CODE_ARP Arp;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipxebc.h 118 // ARP Cache definitions
408 EFI_PXE_BASE_CODE_ARP Arp;

Completed in 316 milliseconds