OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txtaddr
(Results
1 - 2
of
2
) sorted by null
/external/c-ares/
ares__get_hostent.c
39
char *
txtaddr
, *txthost, *txtalias;
local
81
txtaddr
= p;
143
addr.addrV4.s_addr = inet_addr(
txtaddr
);
153
if (ares_inet_pton(AF_INET6,
txtaddr
, &addr.addrV6) > 0)
ares_init.c
1325
char *p, *
txtaddr
;
local
[
all
...]
Completed in 78 milliseconds