Home
last modified time | relevance | path

Searched refs:rdclass (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssh/openbsd-compat/
Dgetrrsetbyname-ldns.c63 getrrsetbyname(const char *hostname, unsigned int rdclass, in getrrsetbyname() argument
80 if (rdclass > 0xffff || rdtype > 0xffff) { in getrrsetbyname()
86 if (rdclass == 0xff || rdtype == 0xff) { in getrrsetbyname()
112 pkt = ldns_resolver_query(ldns_res, domain, rdtype, rdclass, LDNS_RD); in getrrsetbyname()
Dgetrrsetbyname.c186 getrrsetbyname(const char *hostname, unsigned int rdclass, in getrrsetbyname() argument
201 if (rdclass > 0xffff || rdtype > 0xffff) { in getrrsetbyname()
207 if (rdclass == 0xff || rdtype == 0xff) { in getrrsetbyname()
235 length = res_query(hostname, (signed int) rdclass, (signed int) rdtype, in getrrsetbyname()
/freebsd-10-stable/contrib/tcpdump/
Dprint-lwres.c151 lwres_uint16_t rdclass; member
160 lwres_uint16_t rdclass; member
426 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) { in lwres_print()
428 EXTRACT_16BITS(&grbn->rdclass))); in lwres_print()
545 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) { in lwres_print()
547 EXTRACT_16BITS(&grbn->rdclass))); in lwres_print()
/freebsd-10-stable/crypto/openssh/
DChangeLog8226 If an invalid rdclass was passed to getrrsetbyname() then
8228 OpenSSH only ever calls this with a fixed and valid rdclass.