Searched refs:TLEN_GT_NLEN (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libnsl/nsl/ |
H A D | t_rcvuderr.c | 151 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 D | t_getname.c | 181 if (TLEN_GT_NLEN(addrackp->LOCADDR_length, in _tx_getprotaddr() 206 if (TLEN_GT_NLEN(addrackp->REMADDR_length, in _tx_getprotaddr()
|
H A D | t_rcvudata.c | 166 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 D | t_rcvvudata.c | 173 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.c | 248 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 D | t_listen.c | 201 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 D | t_bind.c | 176 if (TLEN_GT_NLEN(bind_reqp->ADDR_length, in _tx_bind()
|
H A D | tx.h | 268 #define TLEN_GT_NLEN(tpilen, netbuflen) \ macro
|
H A D | t_optmgmt.c | 263 if (TLEN_GT_NLEN(optack->OPT_length, ret->opt.maxlen)) { in _tx_optmgmt()
|