Searched refs:domain (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/bionic/
H A Dsocket.cpp21 int socket(int domain, int type, int protocol) { argument
22 return __netdClientDispatch.socket(domain, type, protocol);
/bionic/libc/dns/resolv/
H A Dres_query.c129 const char *name, /* domain name */
223 const char *name, /* domain name */
228 const char *cp, * const *domain; local
278 * the domain stuff is tried. Will have a better
285 for (domain = (const char * const *)statp->dnsrch;
286 *domain && !done;
287 domain++) {
290 if (domain[0][0] == '\0' ||
291 (domain[0][0] == '.' && domain[
378 res_nquerydomain(res_state statp, const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
H A Dres_data.c170 const char *dname, /* domain name */
200 res_query(const char *name, /* domain name */
269 res_search(const char *name, /* domain name */
284 const char *domain,
294 return (res_nquerydomain(&_nres, name, domain,
283 res_querydomain(const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
/bionic/libc/kernel/uapi/drm/
H A Dnouveau_drm.h39 uint32_t domain; member in struct:drm_nouveau_gem_info
57 uint32_t domain; member in struct:drm_nouveau_gem_pushbuf_bo_presumed
H A Damdgpu_drm.h216 uint32_t domain; member in struct:drm_amdgpu_gem_wait_idle_out
H A Dradeon_drm.h834 uint32_t domain; member in struct:drm_radeon_gem_busy
/bionic/libc/kernel/uapi/linux/
H A Dtipc.h115 __u32 domain; member in struct:sockaddr_tipc::__anon840::__anon841
H A Dcciss_ioctl.h30 unsigned short domain; member in struct:_cciss_pci_info_struct
/bionic/libc/dns/net/
H A Dgetaddrinfo.c212 const char *name; /* domain name */
1352 * (i.e., with the succeeding search-domain tacked on).
2137 res_queryN(const char *name, /* domain name */ struct res_target *target,
2244 const char *cp, * const *domain; local
2299 * the domain stuff is tried. Will have a better
2304 for (domain = (const char * const *)res->dnsrch;
2305 *domain && !done;
2306 domain++) {
2308 ret = res_querydomainN(name, *domain, target, res);
2314 * If name isn't found in this domain,
2390 res_querydomainN(const char *name, const char *domain, struct res_target *target, res_state res) argument
[all...]
/bionic/libc/dns/nameser/
H A Dns_name.c89 * Convert an encoded domain name to printable ascii as per RFC1035.
191 * Convert a ascii string into an encoded domain name as per RFC1035.
200 * Enforces label and domain length limits.
209 * Convert a ascii string into an encoded domain name as per RFC1035.
217 * Enforces label and domain length limits.
353 * Enforces label and domain length limits.
402 * Unpack a domain name from a message, source may be compressed.
416 * Unpack a domain name from a message, source may be compressed.
439 /* Fetch next label in domain name. */
506 * Pack domain nam
933 dn_find(const u_char *domain, const u_char *msg, const u_char * const *dnptrs, const u_char * const *lastdnptr) argument
[all...]

Completed in 188 milliseconds