Searched refs:inet_pton_result (Results 1 – 1 of 1) sorted by relevance
1479 int inet_pton_result = ::inet_pton (AF_INET, host_str.c_str(), &sa.sin_addr); in ConnectTCP() local1481 if (inet_pton_result <= 0) in ConnectTCP()1486 inet_pton_result = ::inet_pton (AF_INET, host_str.c_str(), &sa.sin_addr); in ConnectTCP()1487 if (inet_pton_result <= 0) in ConnectTCP()1492 if (inet_pton_result == -1) in ConnectTCP()