Home
last modified time | relevance | path

Searched refs:bind_reqp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_bind.c53 struct T_bind_req *bind_reqp; in _tx_bind() local
100 bind_reqp = (struct T_bind_req *)ctlbuf.buf; in _tx_bind()
107 bind_reqp->PRIM_type = T_BIND_REQ; in _tx_bind()
110 bind_reqp->PRIM_type = O_T_BIND_REQ; in _tx_bind()
112 bind_reqp->ADDR_length = (req == NULL? 0: req->addr.len); in _tx_bind()
113 bind_reqp->ADDR_offset = 0; in _tx_bind()
114 bind_reqp->CONIND_number = (req == NULL? 0: req->qlen); in _tx_bind()
117 if (bind_reqp->ADDR_length) { in _tx_bind()
118 if (_t_aligned_copy(&ctlbuf, (int)bind_reqp->ADDR_length, size, in _tx_bind()
119 req->addr.buf, &bind_reqp->ADDR_offset) < 0) { in _tx_bind()
[all …]