Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c179 static int xMBTCPPortAcceptConnection(int xListenSockId, char** pcIPAddr) in xMBTCPPortAcceptConnection() argument
182 MB_PORT_CHECK((xListenSockId > 0), -1, "Incorrect listen socket ID."); in xMBTCPPortAcceptConnection()
192 xSockId = accept(xListenSockId, (struct sockaddr *)&xSrcAddr, &xSize); in xMBTCPPortAcceptConnection()