Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c447 static BOOL xMBTCPPortMasterCheckHost(const CHAR* pcHostStr, ip_addr_t* pxHostAddr) in xMBTCPPortMasterCheckHost() argument
449 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()