Lines Matching refs:nbns_rq
68 struct nbns_rq { struct
95 typedef struct nbns_rq nbns_rq_t; argument
98 struct nbns_rq **rqpp);
99 static void nbns_rq_done(struct nbns_rq *rqp);
100 static int nbns_rq_getrr(struct nbns_rq *rqp, struct nbns_rr *rrp);
101 static int nbns_rq_prepare(struct nbns_rq *rqp);
102 static int nbns_rq(struct nbns_rq *rqp);
182 struct nbns_rq *rqp; in nbns_resolvename()
216 error = nbns_rq(rqp); in nbns_resolvename()
270 struct nbns_rq *rqp; in nbns_getnodestatus()
304 error = nbns_rq(rqp); in nbns_getnodestatus()
368 nbns_rq_create(int opcode, struct nb_ctx *ctx, struct nbns_rq **rqpp) in nbns_rq_create()
370 struct nbns_rq *rqp; in nbns_rq_create()
393 nbns_rq_done(struct nbns_rq *rqp) in nbns_rq_done()
411 nbns_rq_getrr(struct nbns_rq *rqp, struct nbns_rr *rrp) in nbns_rq_getrr()
436 nbns_rq_prepare(struct nbns_rq *rqp) in nbns_rq_prepare()
477 nbns_rq_recv(struct nbns_rq *rqp) in nbns_rq_recv()
513 nbns_rq_opensocket(struct nbns_rq *rqp) in nbns_rq_opensocket()
539 nbns_rq_send(struct nbns_rq *rqp, in_addr_t ina) in nbns_rq_send()
581 nbns_rq(struct nbns_rq *rqp) in nbns_rq() function