HomeSort by relevance Sort by last modified time
    Searched refs:Ip4 (Results 1 - 25 of 42) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/
Ip4.c 15 Ip4.c
24 #include EFI_PROTOCOL_DEFINITION (Ip4)
33 "IP4 Service Binding Protocol",
34 "IP4 Service Binding Protocol"
39 "IP4 Protocol",
40 "IP4 Protocol"
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
ComponentName.c 168 L"IP4 Network Service Driver"
236 Update the component name for the IP4 child handle.
238 @param Ip4[in] A pointer to the EFI_IP4_PROTOCOL.
247 IN EFI_IP4_PROTOCOL *Ip4
254 if (Ip4 == NULL) {
262 Status = Ip4->GetModeData (Ip4, &Ip4ModeData, NULL, NULL);
382 EFI_IP4_PROTOCOL *Ip4;
409 (VOID **)&Ip4,
421 Status = UpdateName (Ip4);
    [all...]
Ip4Impl.h 2 Ip4 internal functions and type defintions.
23 #include <Protocol/Ip4.h>
65 // The state of IP4 protocol. It starts from UNCONFIGED. if it is
75 // The state of IP4 service. It starts from UNSTARTED. It transits
116 /// IP4_RXDATA_WRAP wraps the data IP4 child delivers to the
153 // RouteTable is used by the IP4 driver to route packet. EfiRouteTable
230 #define IP4_INSTANCE_FROM_PROTOCOL(Ip4) \
231 CR ((Ip4), IP4_PROTOCOL, Ip4Proto, IP4_PROTOCOL_SIGNATURE)
255 @param[in] IpSb The IP4 service instance that is to be changed.
271 @param IpSb The IP4 service instance.
    [all...]
Ip4Input.c 2 IP4 input process.
96 the assemble table embedded in the IP4 service instance.
234 IpHead = Packet->Ip.Ip4;
423 NewPacket->Ip.Ip4 = Assemble->Head;
476 @param[in] IpSb The IP4 service instance.
477 @param[in, out] Head The The caller supplied IP4 header.
478 @param[in, out] Netbuf The IP4 packet to be processed by IPsec.
676 Ip4NtohHead (Packet->Ip.Ip4);
724 // Check if the IP4 header is correctly formatted.
757 (*Packet)->Ip.Ip4 = Ip4NtohHead (Head);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4Config/
Ip4Config.h 23 #include EFI_PROTOCOL_DEFINITION (Ip4)
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip4Config.h 21 #include <Protocol/Ip4.h>
Ip4Config2.h 21 #include <Protocol/Ip4.h>
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DxeIpIoLib.c 945 IpInfo->Ip.Ip4->Receive (
946 IpInfo->Ip.Ip4,
1143 IpIo->Ip.Ip4->Receive (IpIo->Ip.Ip4, &(IpIo->RcvToken.Ip4Token));
1173 This function uses IP4/IP6 service binding protocol in Controller to create
1174 an IP4/IP6 child (aka IP4/IP6 instance).
1178 @param[in] Controller The controller handle that has IP4 or IP6 service
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
UefiShellNetwork1CommandsLib.h 27 #include <Protocol/Ip4.h>
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcSupport.c 70 // Reconfigure the Ip4 instance to capture background ICMP packets with new station Ip address.
72 Private->Ip4->Cancel (Private->Ip4, &Private->IcmpToken);
73 Private->Ip4->Configure (Private->Ip4, NULL);
75 Status = Private->Ip4->Configure (Private->Ip4, &Private->Ip4CfgData);
80 Status = Private->Ip4->Receive (Private->Ip4, &Private->IcmpToken);
110 @param Ip4Addr The Ip4 address for resolution.
    [all...]
PxeBcImpl.h 27 #include <Protocol/Ip4.h>
121 EFI_IP4_PROTOCOL *Ip4;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c 103 @param Ip4Addr The Ip4 address for resolution.
149 EFI_IP4_PROTOCOL *Ip4;
160 Ip4 = Private->Ip4;
225 Ip4->Receive (Ip4, &(Private->IcmpErrorRcvToken));
417 //the active state, If the DHCP4 D.O.R.A started by IP4 auto
427 Status = Private->Ip4->Configure (Private->Ip4, &Private->Ip4ConfigData);
435 Status = Private->Ip4->Receive (Private->Ip4, &Private->IcmpErrorRcvToken);
    [all...]
PxeBcImpl.h 33 #include <Protocol/Ip4.h>
80 EFI_IP4_PROTOCOL *Ip4;
PxeBcDriver.c 249 (VOID **) &Private->Ip4,
259 // Get max packet size from Ip4 to calculate block size for Tftp later.
261 Status = Private->Ip4->GetModeData (Private->Ip4, &Ip4ModeData, NULL, NULL);
379 // Locate Ip4->Ip4Config2 and store it for set IPv4 Policy.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Dispatcher.c 43 EFI_IP4_PROTOCOL *Ip4;
45 Ip4 = Tcb->IpInfo->Ip.Ip4;
47 ASSERT (Ip4 != NULL);
49 return Ip4->Routes (
50 Ip4,
135 Ip = Tcb->IpInfo->Ip.Ip4;
636 Ip = ProtoData->TcpService->IpIo->Ip.Ip4;
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpMisc.c 235 @param[in] Version IP_VERSION_4 indicates TCP is running on IP4 stack,
304 @param[in] Version IP_VERSION_4 indicates TCP is running on IP4 stack,
361 @param[in] Version IP_VERSION_4 indicates TCP is running on IP4 stack,
549 EFI_IP4_PROTOCOL *Ip4;
561 Ip4 = TcpProto->TcpService->IpIo->Ip.Ip4;
562 ASSERT (Ip4 != NULL);
563 Ip4->GetModeData (Ip4, &Ip4Mode, NULL, NULL);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Driver.c 114 // Test for the Ip4 Protocol
313 VOID *Ip4;
356 // Open the default Ip4 protocol in the IP_IO BY_CHILD.
361 (VOID **) &Ip4,
371 // Open this instance's Ip4 protocol in the IpInfo BY_CHILD.
376 (VOID **) &Ip4,
484 // Close the Ip4 protocol.
493 // Close the Ip4 protocol on this instance's IpInfo.
Udp4Main.c 83 Ip = Instance->IpInfo->Ip.Ip4;
359 Ip = Instance->IpInfo->Ip.Ip4;
459 Ip = Instance->IpInfo->Ip.Ip4;
902 Ip = Instance->IpInfo->Ip.Ip4;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
EdkIIGlueUefi.h 132 #include EFI_PROTOCOL_DEFINITION(Ip4)
EdkIIGlueDxe.h 118 #include EFI_PROTOCOL_DEFINITION (Ip4)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c 44 // All the supported IP4 maskes in host byte order.
327 IP4_HEAD *Ip4;
349 Ip4 = (IP4_HEAD *) Buf;
350 Ip4->HeadLen = 5;
351 Ip4->Ver = 4;
352 Ip4->Tos = 0;
353 Ip4->TotalLen = 0;
354 Ip4->Id = (UINT16) mSyslogPacketSeq;
355 Ip4->Fragment = 0;
356 Ip4->Ttl = 16;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
IpIoLib.h 3 It provides the combined IpIo layer on the EFI IP4 Protocol and EFI IP6 protocol.
19 #include <Protocol/Ip4.h>
157 EFI_IP4_PROTOCOL *Ip4;
171 ///< IPv4, it includes the IP4 header length
218 /// This data structure wraps Ip4/Ip6 instances. The IpIo Library uses it for all
219 /// Ip4/Ip6 operations.
314 This function uses IP4/IP6 service binding protocol in Controller to create
315 an IP4/IP6 child (aka IP4/IP6 instance).
319 @param[in] Controller The controller handle that has IP4 or IP6 service
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Ip4.c 2 Implement the IP4 driver support for the socket layer.
39 pIp4 = &pPort->Context.Ip4;
98 pConfig = &pPort->Context.Ip4.ModeData.ConfigData;
109 "0x%08x: Port, Local IP4 Address: %d.%d.%d.%d\r\n",
286 // Return the buffer to the IP4 driver
341 pConfig = &pPort->Context.Ip4.ModeData.ConfigData;
520 pIp4 = &pPort->Context.Ip4;
564 pIp4 = &pPort->Context.Ip4;
585 in FIFO order to the data queue. The IP4 driver's buffer will
718 pIp4 = &pPort->Context.Ip4;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/
Tcp4.h 26 #include EFI_PROTOCOL_DEFINITION (Ip4)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
Udp4.h 24 #include EFI_PROTOCOL_DEFINITION (Ip4)

Completed in 483 milliseconds

1 2