Searched defs:bind_reqp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_bind.c55 struct T_bind_req *bind_reqp; local
102 bind_reqp = (struct T_bind_req *)ctlbuf.buf;
109 bind_reqp->PRIM_type = T_BIND_REQ;
112 bind_reqp->PRIM_type = O_T_BIND_REQ;
114 bind_reqp->ADDR_length = (req == NULL? 0: req->addr.len);
115 bind_reqp->ADDR_offset = 0;
116 bind_reqp->CONIND_number = (req == NULL? 0: req->qlen);
119 if (bind_reqp->ADDR_length) {
120 if (_t_aligned_copy(&ctlbuf, (int)bind_reqp->ADDR_length, size,
121 req->addr.buf, &bind_reqp
[all...]

Completed in 75 milliseconds