OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nameserver
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/tools/gdig/
gdig.cc
69
output.append("
nameserver
");
255
" [--
nameserver
=<ip_address[:port]>]"
319
if (parsed_command_line.HasSwitch("
nameserver
")) {
320
std::string
nameserver
=
local
321
parsed_command_line.GetSwitchValueASCII("
nameserver
");
322
if (!StringToIPEndPoint(
nameserver
, &nameserver_)) {
/external/mdnsresponder/mDNSPosix/
mDNSPosix.c
500
char
nameserver
[16];
local
509
if (sscanf(line,"%10s %15s", keyword,
nameserver
) != 2) continue; // it will skip whitespaces
510
if (strncasecmp(keyword,"
nameserver
",10)) continue;
511
if (inet_aton(
nameserver
, (struct in_addr *)&ina) != 0)
[
all
...]
/external/chromium/third_party/libevent/
evdns.c
169
struct
nameserver
*ns; /* the server which we last sent it */
211
struct
nameserver
{
struct
219
struct
nameserver
*next, *prev;
229
static struct
nameserver
*server_head = NULL;
315
/* These are the timeout values for nameservers. If we find a
nameserver
is down */
320
static struct
nameserver
*nameserver_pick(void);
325
static void nameserver_send_probe(struct
nameserver
*const ns);
446
/* a libevent callback function which is called when a
nameserver
*/
450
struct
nameserver
*const ns = (struct
nameserver
*) arg
2704
const char *const
nameserver
= NEXT_TOKEN;
local
[
all
...]
/external/chromium_org/third_party/libevent/
evdns.c
169
struct
nameserver
*ns; /* the server which we last sent it */
211
struct
nameserver
{
struct
219
struct
nameserver
*next, *prev;
229
static struct
nameserver
*server_head = NULL;
315
/* These are the timeout values for nameservers. If we find a
nameserver
is down */
320
static struct
nameserver
*nameserver_pick(void);
325
static void nameserver_send_probe(struct
nameserver
*const ns);
446
/* a libevent callback function which is called when a
nameserver
*/
450
struct
nameserver
*const ns = (struct
nameserver
*) arg
2704
const char *const
nameserver
= NEXT_TOKEN;
local
[
all
...]
Completed in 701 milliseconds