Home
last modified time | relevance | path

Searched refs:PFN_NET_CONFIGURE (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/
DISSUES.txt19 Function pointer type PFN_NET_CONFIGURE is NOT defined as EFIAPI but is
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.h365 (EFIAPI * PFN_NET_CONFIGURE) ( typedef
436 PFN_NET_CONFIGURE pfnConfigure; ///< Configure the network layer
DUdp4.c254 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.UDPv4->Configure; in EslUdp4PortAllocate()
DIp4.c332 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.IPv4->Configure; in EslIp4PortAllocate()
DUdp6.c232 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.UDPv6->Configure; in EslUdp6PortAllocate()
DTcp4.c1316 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.TCPv4->Configure; in EslTcp4PortAllocate()
DTcp6.c1367 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.TCPv6->Configure; in EslTcp6PortAllocate()