Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnsl/nsl/
H A Dt_rcvuderr.c151 if (TLEN_GT_NLEN(pptr->uderror_ind.DEST_length, in _tx_rcvuderr()
163 if (TLEN_GT_NLEN(pptr->uderror_ind.OPT_length, in _tx_rcvuderr()
H A Dt_getname.c181 if (TLEN_GT_NLEN(addrackp->LOCADDR_length, in _tx_getprotaddr()
206 if (TLEN_GT_NLEN(addrackp->REMADDR_length, in _tx_getprotaddr()
H A Dt_rcvudata.c166 if (TLEN_GT_NLEN(pptr->unitdata_ind.SRC_length, in _tx_rcvudata()
180 if (TLEN_GT_NLEN(pptr->unitdata_ind.OPT_length, in _tx_rcvudata()
H A Dt_rcvvudata.c173 if (TLEN_GT_NLEN(pptr->unitdata_ind.SRC_length, in _tx_rcvvudata()
185 if (TLEN_GT_NLEN(pptr->unitdata_ind.OPT_length, in _tx_rcvvudata()
H A D_conn_util.c248 if (TLEN_GT_NLEN(pptr->conn_con.RES_length, in _t_rcv_conn_con()
259 if (TLEN_GT_NLEN(pptr->conn_con.OPT_length, in _t_rcv_conn_con()
H A Dt_listen.c201 if (TLEN_GT_NLEN(pptr->conn_ind.SRC_length, in _tx_listen()
212 if (TLEN_GT_NLEN(pptr->conn_ind.OPT_length, in _tx_listen()
H A Dt_bind.c176 if (TLEN_GT_NLEN(bind_reqp->ADDR_length, in _tx_bind()
H A Dtx.h268 #define TLEN_GT_NLEN(tpilen, netbuflen) \ macro
H A Dt_optmgmt.c263 if (TLEN_GT_NLEN(optack->OPT_length, ret->opt.maxlen)) { in _tx_optmgmt()