Searched refs:socketDescriptor (Results 1 – 1 of 1) sorted by relevance
1174 bool ExecSocketConnect(const std::string &host, int port, sa_family_t family, int socketDescriptor) in ExecSocketConnect() argument1203 int connectResult = connect(socketDescriptor, addr, len); in ExecSocketConnect()