Searched refs:pcIPAddr (Results 1 – 3 of 3) sorted by relevance
179 static int xMBTCPPortAcceptConnection(int xListenSockId, char** pcIPAddr) in xMBTCPPortAcceptConnection() argument181 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()
95 const char* pcIPAddr; /*!< represents the IP address of the slave */ member
498 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()