Home
last modified time | relevance | path

Searched refs:tclass (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/common/linux/
Dtransport_class.h39 struct transport_class tclass; member
42 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass
/bionic/libc/netbsd/resolv/
Dres_send.c295 int n, ttype, tclass; in res_nameinquery() local
304 tclass = ns_get16(cp); cp += INT16SZ; in res_nameinquery()
305 if (ttype == type && tclass == class && in res_nameinquery()
345 int n, ttype, tclass; in res_queriesmatch() local
354 tclass = ns_get16(cp); cp += INT16SZ; in res_queriesmatch()
355 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) in res_queriesmatch()