Searched refs:pcHostStr (Results 1 – 1 of 1) sorted by relevance
447 static BOOL xMBTCPPortMasterCheckHost(const CHAR* pcHostStr, ip_addr_t* pxHostAddr) in xMBTCPPortMasterCheckHost() argument449 MB_PORT_CHECK((pcHostStr), FALSE, "Wrong host name or IP."); in xMBTCPPortMasterCheckHost()463 int xRet = getaddrinfo(pcHostStr, NULL, &xHint, &pxAddrList); in xMBTCPPortMasterCheckHost()466 ESP_LOGE(TAG, "Incorrect host name or IP: %s", pcHostStr); in xMBTCPPortMasterCheckHost()