Searched defs:rdtype (Results 1 - 3 of 3) sorted by last modified time

/external/tcpdump/
H A Dprint-lwres.c148 lwres_uint16_t rdtype; member in struct:__anon20895
157 lwres_uint16_t rdtype; member in struct:__anon20896
421 EXTRACT_16BITS(&grbn->rdtype))));
540 EXTRACT_16BITS(&grbn->rdtype))));
/external/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c64 unsigned int rdtype, unsigned int flags,
80 if (rdclass > 0xffff || rdtype > 0xffff) {
86 if (rdclass == 0xff || rdtype == 0xff) {
112 pkt = ldns_resolver_query(ldns_res, domain, rdtype, rdclass, LDNS_RD);
127 rrdata = ldns_pkt_rr_list_by_type(pkt, rdtype, LDNS_SECTION_ANSWER);
63 getrrsetbyname(const char *hostname, unsigned int rdclass, unsigned int rdtype, unsigned int flags, struct rrsetinfo **res) argument
H A Dgetrrsetbyname.c189 unsigned int rdtype, unsigned int flags,
203 if (rdclass > 0xffff || rdtype > 0xffff) {
209 if (rdclass == 0xff || rdtype == 0xff) {
237 length = res_query(hostname, (signed int) rdclass, (signed int) rdtype,
188 getrrsetbyname(const char *hostname, unsigned int rdclass, unsigned int rdtype, unsigned int flags, struct rrsetinfo **res) argument

Completed in 138 milliseconds