Searched refs:xListenSockId (Results 1 – 1 of 1) sorted by relevance
179 static int xMBTCPPortAcceptConnection(int xListenSockId, char** pcIPAddr) in xMBTCPPortAcceptConnection() argument182 MB_PORT_CHECK((xListenSockId > 0), -1, "Incorrect listen socket ID."); in xMBTCPPortAcceptConnection()192 xSockId = accept(xListenSockId, (struct sockaddr *)&xSrcAddr, &xSize); in xMBTCPPortAcceptConnection()