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

/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc2393 char szHostName[256] = ""; local
2394 if(::gethostname(szHostName, sizeof(szHostName) - 1))
2400 DWORD dwRetval = getaddrinfo(szHostName, NULL, &hints, &result);

Completed in 68 milliseconds