ngpppoe_sts
char msgbuf[sizeof(struct ng_mesg) + sizeof(struct ngpppoe_sts)];
struct ngpppoe_sts *sts = (struct ngpppoe_sts *)(msgbuf + sizeof *rep);
struct ngpppoe_sts *sts;
sizeof(struct ngpppoe_sts), M_NOWAIT);
sts = (struct ngpppoe_sts *)msg->data;
struct ngpppoe_sts *sts;
sizeof(struct ngpppoe_sts), M_NOWAIT);
sts = (struct ngpppoe_sts *)msg->data;
struct ngpppoe_sts *sts;
sizeof(struct ngpppoe_sts), M_WAITOK | M_NULLOK);
sts = (struct ngpppoe_sts *)msg->data;
struct ngpppoe_sts *sts;
sizeof(struct ngpppoe_sts), M_WAITOK | M_NULLOK);
sts = (struct ngpppoe_sts *)msg->data;
char msgbuf[sizeof(struct ng_mesg) + sizeof(struct ngpppoe_sts)];
struct ngpppoe_sts *sts = (struct ngpppoe_sts *)(msgbuf + sizeof *rep);