Searched refs:ADDR_length (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/common/ktli/ |
H A D | t_kbind.c | 97 bind_req->ADDR_length = (req == NULL ? 0 : req->addr.len); in t_kbind() 101 if (bind_req->ADDR_length) in t_kbind() 103 bind_req->ADDR_length); in t_kbind() 108 strioc.ic_len = (int)TBINDREQSZ + bind_req->ADDR_length; in t_kbind() 133 if (strioc.ic_len < TBINDACKSZ || bind_ack->ADDR_length == 0) { in t_kbind() 142 if (ret->addr.maxlen > bind_ack->ADDR_length) in t_kbind() 143 ret->addr.len = bind_ack->ADDR_length; in t_kbind()
|
/titanic_50/usr/src/lib/libnsl/nsl/ |
H A D | t_bind.c | 114 bind_reqp->ADDR_length = (req == NULL? 0: req->addr.len); in _tx_bind() 119 if (bind_reqp->ADDR_length) { in _tx_bind() 120 if (_t_aligned_copy(&ctlbuf, (int)bind_reqp->ADDR_length, size, in _tx_bind() 130 size = bind_reqp->ADDR_offset + bind_reqp->ADDR_length; in _tx_bind() 160 if ((req->addr.len != bind_ackp->ADDR_length) || in _tx_bind() 176 if (TLEN_GT_NLEN(bind_reqp->ADDR_length, in _tx_bind() 183 (size_t)bind_ackp->ADDR_length); in _tx_bind() 184 ret->addr.len = bind_ackp->ADDR_length; in _tx_bind()
|
/titanic_50/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tihdr.h | 200 long ADDR_length; /* addr length */ member 298 long ADDR_length; /* addr length */ member
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | tihdr.h | 314 t_scalar_t ADDR_length; /* addr length */ member 449 t_scalar_t ADDR_length; /* addr length */ member
|
/titanic_50/usr/src/uts/common/io/ |
H A D | timod.c | 911 if (ackp->ADDR_length < 0 || in timodrproc() 913 ackp->ADDR_length > mp->b_wptr) { in timodrproc() 917 if (ackp->ADDR_length > tp->tim_mymaxlen) { in timodrproc() 918 p = kmem_alloc(ackp->ADDR_length, in timodrproc() 926 ackp->ADDR_length); in timodrproc() 935 tp->tim_mymaxlen = ackp->ADDR_length; in timodrproc() 937 tp->tim_mylen = ackp->ADDR_length; in timodrproc()
|
H A D | tl.c | 2385 alen = bind->ADDR_length; in tl_bind() 2620 b_ack->ADDR_length = tep->te_alen; in tl_bind()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 449 if (tbr->ADDR_length != 0) { in rts_tpi_bind() 451 "rts_tpi_bind: bad ADDR_length %d", tbr->ADDR_length); in rts_tpi_bind() 457 tbr->ADDR_length = 0; in rts_tpi_bind()
|
H A D | icmp.c | 365 len = tbr->ADDR_length; in icmp_tpi_bind() 370 tbr->ADDR_length = sizeof (sin_t); in icmp_tpi_bind() 379 tbr->ADDR_length = sizeof (sin6_t); in icmp_tpi_bind() 401 "icmp_bind: bad ADDR_length %u", tbr->ADDR_length); in icmp_tpi_bind()
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tpi.c | 239 len = tbr->ADDR_length; in tcp_tpi_bind() 245 tbr->ADDR_length = sizeof (sin_t); in tcp_tpi_bind() 254 tbr->ADDR_length = sizeof (sin6_t); in tcp_tpi_bind() 278 tbr->ADDR_length); in tcp_tpi_bind()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsddi.c | 466 switch (tbr->ADDR_length) { in rds_bind()
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 602 switch (tbr->ADDR_length) { in udp_tpi_bind() 606 tbr->ADDR_length = sizeof (sin_t); in udp_tpi_bind() 614 tbr->ADDR_length = sizeof (sin6_t); in udp_tpi_bind() 653 "udp_bind: bad ADDR_length length %u", tbr->ADDR_length); in udp_tpi_bind() 658 error = udp_do_bind(connp, sa, tbr->ADDR_length, cr, in udp_tpi_bind()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 1074 bind_req.ADDR_length = addrlen; in sotpi_bindlisten() 1133 bind_ack->ADDR_length, in sotpi_bindlisten() 1196 if (bind_ack->ADDR_length != addrlen) { in sotpi_bindlisten()
|