OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dns_
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
win32socketserver.cc
231
closing_(false), close_error_(0), sink_(NULL),
dns_
(NULL) {
350
dns_
= dns;
501
if (
dns_
) {
502
WSACancelAsyncRequest(
dns_
->handle);
503
delete
dns_
;
504
dns_
= NULL;
679
if (!
dns_
||
dns_
->handle != task)
684
hostent* pHost = reinterpret_cast<hostent*>(
dns_
->buffer);
693
SocketAddress address(ip,
dns_
->port)
[
all
...]
win32socketserver.h
84
DnsLookup *
dns_
;
member in class:rtc::Win32Socket
/device/google/cuttlefish_common/guest/hals/ril/
cuttlefish_ril.cpp
74
return RilConfig::global_ril_config_.
dns_
;
99
char
dns_
[16];
member in class:RilConfig
199
ReadStringProperty(&tmp_config.
dns_
[0], CUTTLEFISH_RIL_DNS_PROPERTY,
200
sizeof(tmp_config.
dns_
));
[
all
...]
/external/libevent/test/
regress_dns.c
[
all
...]
Completed in 215 milliseconds