Searched refs:pfnConfigure (Results 1 – 7 of 7) sorted by relevance
436 PFN_NET_CONFIGURE pfnConfigure; ///< Configure the network layer member
254 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.UDPv4->Configure; in EslUdp4PortAllocate()
332 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.IPv4->Configure; in EslIp4PortAllocate()
232 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.UDPv6->Configure; in EslUdp6PortAllocate()
1289 Status = pPort->pfnConfigure ( pPort->pProtocol.v, pConfigData ); in EslSocketBindTest()1301 Status = pPort->pfnConfigure ( pPort->pProtocol.v, NULL ); in EslSocketBindTest()
1316 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.TCPv4->Configure; in EslTcp4PortAllocate()
1367 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.TCPv6->Configure; in EslTcp6PortAllocate()