Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DConnectionFileDescriptor.cpp1479 int inet_pton_result = ::inet_pton (AF_INET, host_str.c_str(), &sa.sin_addr); in ConnectTCP() local
1481 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()