Searched defs:nbns_rq (Results 1 – 2 of 2) sorted by relevance
87 struct nbns_rq { struct88 int nr_opcode;89 int nr_nmflags;90 int nr_rcode;91 int nr_qdcount;92 int nr_ancount;93 int nr_nscount;94 int nr_arcount;95 struct nb_name* nr_qdname;96 u_int16_t nr_qdtype;[all …]
329 nbns_rq(struct nbns_rq *rqp) in nbns_rq() function