Lines Matching refs:nbns_rq
54 static int nbns_rq_create(int opcode, struct nb_ctx *ctx, struct nbns_rq **rqpp);
55 static void nbns_rq_done(struct nbns_rq *rqp);
56 static int nbns_rq_getrr(struct nbns_rq *rqp, struct nbns_rr *rrp);
57 static int nbns_rq_prepare(struct nbns_rq *rqp);
58 static int nbns_rq(struct nbns_rq *rqp);
65 struct nbns_rq *rqp; in nbns_resolvename()
102 error = nbns_rq(rqp); in nbns_resolvename()
145 nbns_rq_create(int opcode, struct nb_ctx *ctx, struct nbns_rq **rqpp) in nbns_rq_create()
147 struct nbns_rq *rqp; in nbns_rq_create()
168 nbns_rq_done(struct nbns_rq *rqp) in nbns_rq_done()
184 nbns_rq_getrr(struct nbns_rq *rqp, struct nbns_rr *rrp) in nbns_rq_getrr()
209 nbns_rq_prepare(struct nbns_rq *rqp) in nbns_rq_prepare()
255 nbns_rq_recv(struct nbns_rq *rqp) in nbns_rq_recv()
291 nbns_rq_opensocket(struct nbns_rq *rqp) in nbns_rq_opensocket()
317 nbns_rq_send(struct nbns_rq *rqp) in nbns_rq_send()
329 nbns_rq(struct nbns_rq *rqp) in nbns_rq() function