Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_rcvuderr.c149 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 Dt_getname.c179 if (TLEN_GT_NLEN(addrackp->LOCADDR_length, in _tx_getprotaddr()
204 if (TLEN_GT_NLEN(addrackp->REMADDR_length, in _tx_getprotaddr()
H A Dt_rcvudata.c164 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 Dt_rcvvudata.c171 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.c246 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 Dt_listen.c199 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 Dt_bind.c174 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.c261 if (TLEN_GT_NLEN(optack->OPT_length, ret->opt.maxlen)) { in _tx_optmgmt()