Searched refs:TLEN_GT_NLEN (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_rcvuderr.c | 149 if (TLEN_GT_NLEN(pptr->uderror_ind.DEST_length, in _tx_rcvuderr() 161 if (TLEN_GT_NLEN(pptr->uderror_ind.OPT_length, in _tx_rcvuderr()
|
H A D | t_getname.c | 179 if (TLEN_GT_NLEN(addrackp->LOCADDR_length, in _tx_getprotaddr() 204 if (TLEN_GT_NLEN(addrackp->REMADDR_length, in _tx_getprotaddr()
|
H A D | t_rcvudata.c | 164 if (TLEN_GT_NLEN(pptr->unitdata_ind.SRC_length, in _tx_rcvudata() 178 if (TLEN_GT_NLEN(pptr->unitdata_ind.OPT_length, in _tx_rcvudata()
|
H A D | t_rcvvudata.c | 171 if (TLEN_GT_NLEN(pptr->unitdata_ind.SRC_length, in _tx_rcvvudata() 183 if (TLEN_GT_NLEN(pptr->unitdata_ind.OPT_length, in _tx_rcvvudata()
|
H A D | _conn_util.c | 246 if (TLEN_GT_NLEN(pptr->conn_con.RES_length, in _t_rcv_conn_con() 257 if (TLEN_GT_NLEN(pptr->conn_con.OPT_length, in _t_rcv_conn_con()
|
H A D | t_listen.c | 199 if (TLEN_GT_NLEN(pptr->conn_ind.SRC_length, in _tx_listen() 210 if (TLEN_GT_NLEN(pptr->conn_ind.OPT_length, in _tx_listen()
|
H A D | t_bind.c | 174 if (TLEN_GT_NLEN(bind_reqp->ADDR_length, in _tx_bind()
|
H A D | t_optmgmt.c | 261 if (TLEN_GT_NLEN(optack->OPT_length, ret->opt.maxlen)) { in _tx_optmgmt()
|
H A D | tx.h | 268 #define TLEN_GT_NLEN(tpilen, netbuflen) \ macro
|