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

/external/mdnsresponder/mDNSShared/
H A Ddns_sd.h356 * When kDNServiceFlagsTimeout is passed to DNSServiceQueryRecord or DNSServiceGetAddrInfo, the query is
360 * with an error code of kDNSServiceErr_Timeout and a NULL sockaddr will be returned for DNSServiceGetAddrInfo
1519 /* DNSServiceGetAddrInfo
1525 * sdRef: The DNSServiceRef initialized by DNSServiceGetAddrInfo().
1567 /* DNSServiceGetAddrInfo() Parameters:
1608 DNSServiceErrorType DNSSD_API DNSServiceGetAddrInfo
H A Ddnssd_clientshim.c684 // DNSServiceGetAddrInfo
720 DNSServiceErrorType DNSSD_API DNSServiceGetAddrInfo( function
755 LogMsg("DNSServiceGetAddrInfo(\"%s\", %d) failed: %s (%ld)", inHostName, inProtocol, errormsg, err);
H A Ddnssd_clientstub.c1299 DNSServiceErrorType DNSSD_API DNSServiceGetAddrInfo function
H A Duds_daemon.c2513 // 1. When the application calls DNSServiceQueryRecord or DNSServiceGetAddrInfo with a .local name, this function
2799 req->hdr.op == query_request ? "DNSServiceQueryRecord" : "DNSServiceGetAddrInfo",
3347 #pragma mark - DNSServiceGetAddrInfo
3352 LogOperation("%3d: DNSServiceGetAddrInfo(%##s) STOP", request->sd, request->u.addrinfo.q4.qname.c);
3428 if (!request->msgptr) { LogMsg("%3d: DNSServiceGetAddrInfo(unreadable parameters)", request->sd); return(mStatus_BadParamErr); }
3522 LogOperation("%3d: DNSServiceGetAddrInfo(%X, %d, %d, %##s) START",
4181 LogMsgNoIdent("%s DNSServiceGetAddrInfo %s%s %##s", prefix,
/external/mdnsresponder/Clients/
H A Ddns-sd.c1248 else err = DNSServiceGetAddrInfo(&client, kDNSServiceFlagsReturnIntermediates, opinterface, GetProtocol(argv[opi+0]), argv[opi+1], addrinfo_reply, NULL);

Completed in 5588 milliseconds