aac_srb_reply
struct aac_srb_reply *srb_reply;
srb_reply = (struct aac_srb_reply *)fib_data(fibptr);
memcpy(&srbu->srb_reply, srb_reply, sizeof(struct aac_srb_reply));
struct aac_srb_reply *srbreply;
srbreply = (struct aac_srb_reply *) fib_data(fibptr);
struct aac_srb_reply srb_reply;
struct aac_srb_reply __user *user_reply;
struct aac_srb_reply reply;
sizeof(struct aac_srb_reply))) {
struct aac_srb_reply *reply;
reply = (struct aac_srb_reply *) fib_data(srbfib);
sizeof(struct aac_srb_reply))) {