aac_srb_response
error = copyout(fib->data, ureply, sizeof(struct aac_srb_response));
struct aac_srb_response *srbr;
srbr = (struct aac_srb_response *)&cm->cm_fib->data[0];
aac_srb_response_toh((struct aac_srb_response *)fib->data);
error = copyout(fib->data, user_reply, sizeof(struct aac_srb_response));
struct aac_srb_response *srbr;
srbr = (struct aac_srb_response *)&cm->cm_fib->data[0];
aac_srb_response_toh(struct aac_srb_response *ptr)
void aac_srb_response_toh(struct aac_srb_response *ptr);