Searched refs:conn_con (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nsl/
H A D_conn_util.c234 (pptr->conn_con.OPT_length != 0 &&
235 (ctlbufp->len < (int)(pptr->conn_con.OPT_length +
236 pptr->conn_con.OPT_offset)))) {
248 if (TLEN_GT_NLEN(pptr->conn_con.RES_length,
254 ctlbufp->buf + pptr->conn_con.RES_offset,
255 (size_t)pptr->conn_con.RES_length);
256 call->addr.len = pptr->conn_con.RES_length;
259 if (TLEN_GT_NLEN(pptr->conn_con.OPT_length,
265 ctlbufp->buf + pptr->conn_con.OPT_offset,
266 (size_t)pptr->conn_con
[all...]

Completed in 40 milliseconds