Searched defs:tclass (Results 1 - 2 of 2) sorted by relevance

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

Completed in 168 milliseconds