Searched refs:qtype (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | gethostbydns.c | 198 gethostanswer(const querybuf *answer, int anslen, const char *qname, int qtype) in gethostanswer() argument 215 switch (qtype) { in gethostanswer() 247 if (qtype == T_A || qtype == T_AAAA) { in gethostanswer() 284 if (qtype == T_A && type == T_A) in gethostanswer() 296 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) { in gethostanswer() 330 if (qtype == T_PTR && type == T_CNAME) { in gethostanswer() 353 if (type != qtype) { in gethostanswer() 357 qname, p_class(C_IN), p_type(qtype), in gethostanswer() 480 if (_res.nsort && haveanswer > 1 && qtype == T_A) in gethostanswer() 503 __dns_getanswer(const char *answer, int anslen, const char *qname, int qtype) in __dns_getanswer() argument [all …]
|
D | res_update.c | 132 u_int16_t dlen, class, qclass, type, qtype; in res_update() local 145 qtype = T_SOA; in res_update() 151 if (qtype == T_SOA) { in res_update() 182 } else if (qtype == T_A) { in res_update() 199 n = res_mkquery(QUERY, dname, qclass, qtype, NULL, in res_update() 225 if (qtype == T_SOA) { in res_update() 379 } else if (qtype == T_NS) { in res_update() 414 } else if (qtype == T_A) { in res_update() 479 qtype = T_NS; in res_update() 487 qtype = T_A; in res_update()
|
D | getaddrinfo.c | 201 int qclass, qtype; /* class and type of query */ member 1069 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() argument 1096 switch (qtype) { in getanswer() 1124 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) { in getanswer() 1159 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) && in getanswer() 1178 if (qtype == T_ANY) { in getanswer() 1183 } else if (type != qtype) { in getanswer() 1189 qname, p_class(C_IN), p_type(qtype), in getanswer() 1334 q.qtype = T_AAAA; in _dns_getaddrinfo() 1340 q2.qtype = T_A; in _dns_getaddrinfo() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regcomp.c | 3851 int qtype = NTYPE(tqn->target); in setup_tree() local 3852 if (IS_NODE_TYPE_SIMPLE(qtype)) in setup_tree()
|