Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.h436 PFN_NET_CONFIGURE pfnConfigure; ///< Configure the network layer member
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()
DSocket.c1289 Status = pPort->pfnConfigure ( pPort->pProtocol.v, pConfigData ); in EslSocketBindTest()
1301 Status = pPort->pfnConfigure ( pPort->pProtocol.v, NULL ); in EslSocketBindTest()
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()