Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c489 BOOL xMBTCPPortMasterAddSlaveIp(const USHORT usIndex, const CHAR* pcIpStr, UCHAR ucSlaveAddress) in xMBTCPPortMasterAddSlaveIp() argument
494 if (pcIpStr && (usIndex != 0xFF)) { in xMBTCPPortMasterAddSlaveIp()
495 xRes = xMBTCPPortMasterCheckHost(pcIpStr, NULL); in xMBTCPPortMasterAddSlaveIp()
497 if (xRes || !pcIpStr) { in xMBTCPPortMasterAddSlaveIp()
498 xSlaveAddrInfo.pcIPAddr = pcIpStr; in xMBTCPPortMasterAddSlaveIp()
502 MB_PORT_CHECK((xStatus == pdTRUE), FALSE, "FAIL to add slave IP address: [%s].", pcIpStr); in xMBTCPPortMasterAddSlaveIp()
Dport_tcp_master.h111 BOOL xMBTCPPortMasterAddSlaveIp(const USHORT usIndex, const CHAR* pcIpStr, UCHAR ucSlaveAddress);