Home
last modified time | relevance | path

Searched refs:pcIPAddr (Results 1 – 3 of 3) 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
181 MB_PORT_CHECK(pcIPAddr, -1, "Wrong IP address pointer."); in xMBTCPPortAcceptConnection()
208 if (pcStr && pcIPAddr) { in xMBTCPPortAcceptConnection()
211 *pcIPAddr = pcStr; // Set IP address of connected client in xMBTCPPortAcceptConnection()
/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.h95 const char* pcIPAddr; /*!< represents the IP address of the slave */ member
Dport_tcp_master.c498 xSlaveAddrInfo.pcIPAddr = pcIpStr; in xMBTCPPortMasterAddSlaveIp()
678 …if (xSlaveAddrInfo.pcIPAddr == NULL && xMbPortConfig.usMbSlaveInfoCount && xSlaveAddrInfo.usIndex … in vMBTCPPortMasterTask()
700 pxInfo->pcIpAddr = xSlaveAddrInfo.pcIPAddr; in vMBTCPPortMasterTask()
711 ESP_LOGI(TAG, "Add slave IP: %s", xSlaveAddrInfo.pcIPAddr); in vMBTCPPortMasterTask()