T_bind_req
bind_reqp = (struct T_bind_req *)ctlbuf.buf;
size = (int)sizeof (struct T_bind_req);
struct T_bind_req *bind_reqp;
struct T_bind_req bind_req;
struct T_bind_req *tbr;
tbr = (struct T_bind_req *)mp->b_rptr;
tbr->ADDR_offset = sizeof (struct T_bind_req);
struct T_bind_req *tbr;
tbr = (struct T_bind_req *)mp->b_rptr;
tbr->ADDR_offset = (t_scalar_t)sizeof (struct T_bind_req);
struct T_bind_req *tbr;
tbr = (struct T_bind_req *)mp->b_rptr;
tbr->ADDR_offset = sizeof (struct T_bind_req);
struct T_bind_req *tbr;
tbr = (struct T_bind_req *)mp->b_rptr;
tbr->ADDR_offset = sizeof (struct T_bind_req);
struct T_bind_req *tbr;
tbr = (struct T_bind_req *)(uintptr_t)mp->b_rptr;
struct T_bind_req *bind = (struct T_bind_req *)mp->b_rptr;
if (msz < sizeof (struct T_bind_req)) {
if ((alen < 0) || (alen > (msz - sizeof (struct T_bind_req)))) {
(aoff >= (t_scalar_t)(sizeof (struct T_bind_req))))) {
struct T_bind_req *bind_req;
bind_req = (struct T_bind_req *)buf;
#define TBINDREQSZ sizeof (struct T_bind_req)
struct T_bind_req bind_req; /* bind request */