Lines Matching defs:req
50 const struct t_bind *req,
114 bind_reqp->ADDR_length = (req == NULL? 0: req->addr.len);
116 bind_reqp->CONIND_number = (req == NULL? 0: req->qlen);
121 req->addr.buf, &bind_reqp->ADDR_offset) < 0) {
146 if ((req != NULL) && req->addr.len != 0 &&
160 if ((req->addr.len != bind_ackp->ADDR_length) ||
161 (memcmp(req->addr.buf, ctlbuf.buf +
162 bind_ackp->ADDR_offset, req->addr.len) != 0)) {