HomeSort by relevance Sort by last modified time
    Searched refs:rdclass (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-lwres.c 151 lwres_uint16_t rdclass; member in struct:__anon26876
160 lwres_uint16_t rdclass; member in struct:__anon26877
426 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) {
428 EXTRACT_16BITS(&grbn->rdclass)));
545 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) {
547 EXTRACT_16BITS(&grbn->rdclass)));
  /external/openssh/openbsd-compat/
getrrsetbyname.c 188 getrrsetbyname(const char *hostname, unsigned int rdclass,
203 if (rdclass > 0xffff || rdtype > 0xffff) {
209 if (rdclass == 0xff || rdtype == 0xff) {
237 length = res_query(hostname, (signed int) rdclass, (signed int) rdtype,

Completed in 76 milliseconds