Searched refs:tname (Results 1 – 5 of 5) sorted by relevance
/system/netd/resolv/ |
D | res_send.cpp | 320 char tname[MAXDNAME + 1]; in res_nameinquery() local 321 int n = dn_expand(buf, eom, cp, tname, sizeof tname); in res_nameinquery() 329 if (ttype == type && tclass == cl && ns_samename(tname, name) == 1) return (1); in res_nameinquery() 362 char tname[MAXDNAME + 1]; in res_queriesmatch() local 363 int n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch() 371 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) return (0); in res_queriesmatch()
|
D | gethnamaddr.cpp | 158 const char* tname; in getanswer() local 165 tname = qname; in getanswer() 276 tname = bp; in getanswer() 289 if (strcasecmp(tname, bp) != 0) { in getanswer()
|
D | getaddrinfo.cpp | 1493 char *cp, *tname, *cname; in _gethtent() local 1519 tname = cp; in _gethtent() 1521 if (strcasecmp(name, tname) == 0) goto found; in _gethtent()
|
/system/extras/boottime_tools/bootio/ |
D | protos.proto | 38 required string tname = 2; field
|
D | bootio_collector.cpp | 248 printf("ThName:\t%s\n", appData.tname().c_str()); in PrintPids()
|