Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc2391 char szHostName[256] = ""; in LocalHostAddressIPV6() local
2392 if(::gethostname(szHostName, sizeof(szHostName) - 1)) in LocalHostAddressIPV6()
2398 DWORD dwRetval = getaddrinfo(szHostName, NULL, &hints, &result); in LocalHostAddressIPV6()