Searched defs:socketId (Results 1 – 4 of 4) sorted by relevance
81 void InitSocketBuf(int socketId, int optName) in InitSocketBuf()102 void InitSendBuffer(int socketId) in InitSendBuffer()107 void InitRecvBuffer(int socketId) in InitRecvBuffer()127 … int socketId = TEMP_FAILURE_RETRY(socket(AF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0)); in TransferEvent() local145 void SocketDevice::InitSocket(int &socketId) in InitSocket()
50 void Transport::InitRecvBuffer(int socketId) in InitRecvBuffer()
106 int socketId; member
675 int socketId = GetControlSocket(socketName); in CreateAppSpawnServer() local