OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostaddr
(Results
1 - 3
of
3
) sorted by null
/external/mdnsresponder/mDNSPosix/
Identify.c
70
static mDNSAddr lastsrc,
hostaddr
, target;
variable
132
hostaddr
.type = mDNSAddrType_IPv4; // Prefer v4 target to v6 target, for now
133
hostaddr
.ip.v4 = answer->rdata->u.ipv4;
141
if (!
hostaddr
.type) // Prefer v4 target to v6 target, for now
143
hostaddr
.type = mDNSAddrType_IPv6;
144
hostaddr
.ip.v6 = answer->rdata->u.ipv6;
303
hostaddr
= target = zeroAddr;
366
if (target.type == 0) target =
hostaddr
; // Make sure the services query is targeted
/external/mdnsresponder/Clients/
dns-sd.c
965
struct sockaddr_storage
hostaddr
;
local
[
all
...]
/external/curl/lib/
url.c
5181
struct Curl_dns_entry *
hostaddr
;
local
[
all
...]
Completed in 2887 milliseconds