Searched refs:xTargetAddr (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/ |
D | port_tcp_master.c | 452 ip_addr_t xTargetAddr; in xMBTCPPortMasterCheckHost() local 459 memset(&xTargetAddr, 0, sizeof(xTargetAddr)); in xMBTCPPortMasterCheckHost() 471 inet_addr_to_ip4addr(ip_2_ip4(&xTargetAddr), &addr4); in xMBTCPPortMasterCheckHost() 472 pcStr = ip4addr_ntoa_r(ip_2_ip4(&xTargetAddr), cStr, sizeof(cStr)); in xMBTCPPortMasterCheckHost() 477 inet6_addr_to_ip6addr(ip_2_ip6(&xTargetAddr), &addr6); in xMBTCPPortMasterCheckHost() 478 pcStr = ip6addr_ntoa_r(ip_2_ip6(&xTargetAddr), cStr, sizeof(cStr)); in xMBTCPPortMasterCheckHost() 482 *pxHostAddr = xTargetAddr; in xMBTCPPortMasterCheckHost() 517 ip_addr_t xTargetAddr; in xMBTCPPortMasterConnect() local 529 memset(&xTargetAddr, 0, sizeof(xTargetAddr)); in xMBTCPPortMasterConnect() 546 inet_addr_to_ip4addr(ip_2_ip4(&xTargetAddr), &addr4); in xMBTCPPortMasterConnect() [all …]
|