Searched refs:cStr (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/ |
D | port_tcp_master.c | 450 CHAR cStr[45]; in xMBTCPPortMasterCheckHost() local 451 CHAR* pcStr = &cStr[0]; in xMBTCPPortMasterCheckHost() 472 pcStr = ip4addr_ntoa_r(ip_2_ip4(&xTargetAddr), cStr, sizeof(cStr)); in xMBTCPPortMasterCheckHost() 478 pcStr = ip6addr_ntoa_r(ip_2_ip6(&xTargetAddr), cStr, sizeof(cStr)); in xMBTCPPortMasterCheckHost() 515 CHAR cStr[128]; in xMBTCPPortMasterConnect() local 547 pcStr = ip4addr_ntoa_r(ip_2_ip4(&xTargetAddr), cStr, sizeof(cStr)); in xMBTCPPortMasterConnect() 553 pcStr = ip6addr_ntoa_r(ip_2_ip6(&xTargetAddr), cStr, sizeof(cStr)); in xMBTCPPortMasterConnect() 567 ESP_LOGV(TAG, "Socket (#%d)(%s) created.", pxInfo->xSockId, cStr); in xMBTCPPortMasterConnect() 579 pxInfo->xSockId, cStr, errno, strerror(errno)); in xMBTCPPortMasterConnect() 592 … pxInfo->xIndex, pxInfo->xSockId, cStr, xErr, errno, strerror(errno)); in xMBTCPPortMasterConnect() [all …]
|