Home
last modified time | relevance | path

Searched refs:xMaxSd (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c447 int xMaxSd = xListenSock; in vMBTCPPortServerTask() local
456 xMaxSd = (xConfig.pxMbClientInfo[i]->xSockId > xMaxSd) ? in vMBTCPPortServerTask()
457 xConfig.pxMbClientInfo[i]->xSockId : xMaxSd; in vMBTCPPortServerTask()
464 xErr = select(xMaxSd + 1 , &xReadSet , NULL , NULL , NULL); in vMBTCPPortServerTask()
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c665 int xMaxSd = 0; in vMBTCPPortMasterTask() local
759 xMaxSd = (pxInfo->xSockId > xMaxSd) ? pxInfo->xSockId : xMaxSd; in vMBTCPPortMasterTask()