Searched defs:socketOption (Results 1 – 3 of 3) sorted by relevance
31 DgramSocketClient(std::string serverPath, uint32_t socketOption) in DgramSocketClient()
36 …SeqPacketSocketClient(std::string serverPath, int socketOption) : SocketClient(serverPath, SOCK_SE… in SeqPacketSocketClient()
28 void Socket::SetType(uint32_t socketOption) in SetType()