nbns_rq
static int nbns_rq_getrr(struct nbns_rq *rqp, struct nbns_rr *rrp);
static int nbns_rq_prepare(struct nbns_rq *rqp);
static int nbns_rq(struct nbns_rq *rqp);
struct nbns_rq *rqp;
error = nbns_rq(rqp);
struct nbns_rq *rqp;
error = nbns_rq(rqp);
nbns_rq_create(int opcode, struct nb_ctx *ctx, struct nbns_rq **rqpp)
struct nbns_rq *rqp;
nbns_rq_done(struct nbns_rq *rqp)
nbns_rq_getrr(struct nbns_rq *rqp, struct nbns_rr *rrp)
nbns_rq_prepare(struct nbns_rq *rqp)
nbns_rq_recv(struct nbns_rq *rqp)
nbns_rq_opensocket(struct nbns_rq *rqp)
nbns_rq_send(struct nbns_rq *rqp, in_addr_t ina)
nbns_rq(struct nbns_rq *rqp)
typedef struct nbns_rq nbns_rq_t;
struct nbns_rq **rqpp);
static void nbns_rq_done(struct nbns_rq *rqp);