Searched refs:MB_PORT_IPV4 (Results 1 – 5 of 5) sorted by relevance
140 MB_PORT_IPV4 = 0, /*!< TCP IPV4 addressing */ enumerator
89 … eMBPortIpVer ip_ver = (mbs_opts->mbs_comm.ip_addr_type == MB_IPV4) ? MB_PORT_IPV4 : MB_PORT_IPV6; in mbc_tcp_slave_start()
148 xConfig.xIpVer = MB_PORT_IPV4; in xMBTCPPortInit()337 xHint.ai_family = (xConfig.xIpVer == MB_PORT_IPV4) ? AF_INET : AF_INET6; in vMBTCPPortBindAddr()
166 eMBPortIpVer ip_ver = (comm_info->ip_addr_type == MB_IPV4) ? MB_PORT_IPV4 : MB_PORT_IPV6; in mbc_tcp_master_start()
526 xHint.ai_family = (xMbPortConfig.eMbIpVer == MB_PORT_IPV4) ? AF_INET : AF_INET6; in xMBTCPPortMasterConnect()