Home
last modified time | relevance | path

Searched refs:socketInterface (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c131 const SocketInterface *socketInterface = GetSocketInterface(option->socketOption.protocol); in ConnOpenClientSocket() local
132 if (socketInterface == NULL) { in ConnOpenClientSocket()
136 return socketInterface->OpenClientSocket(option, bindAddr, isNonBlock); in ConnOpenClientSocket()
313 const SocketInterface *socketInterface = GetSocketInterface(LNN_PROTOCOL_IP); in ConnGetLocalSocketPort() local
314 if (socketInterface == NULL) { in ConnGetLocalSocketPort()
318 return socketInterface->GetSockPort(fd); in ConnGetLocalSocketPort()

Completed in 2 milliseconds