Searched refs:socketOption (Results 1 – 4 of 4) sorted by relevance
31 DgramSocketClient(std::string serverPath, uint32_t socketOption) in DgramSocketClient() argument34 socketType = (socketOption & allowOption); in DgramSocketClient()
36 …SeqPacketSocketClient(std::string serverPath, int socketOption) : SocketClient(serverPath, SOCK_SE… in SeqPacketSocketClient() argument38 int socketType = SOCK_SEQPACKET | ((uint32_t)socketOption & (uint32_t)allowOption); in SeqPacketSocketClient()
31 void SetType(uint32_t socketOption);
28 void Socket::SetType(uint32_t socketOption) in SetType() argument30 socketType = socketOption; in SetType()