Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket.cpp1174 bool ExecSocketConnect(const std::string &host, int port, sa_family_t family, int socketDescriptor) in ExecSocketConnect() argument
1203 int connectResult = connect(socketDescriptor, addr, len); in ExecSocketConnect()