Searched refs:ADDR_offset (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libnsl/nsl/ |
H A D | t_bind.c | 115 bind_reqp->ADDR_offset = 0; in _tx_bind() 121 req->addr.buf, &bind_reqp->ADDR_offset) < 0) { in _tx_bind() 130 size = bind_reqp->ADDR_offset + bind_reqp->ADDR_length; in _tx_bind() 162 bind_ackp->ADDR_offset, req->addr.len) != 0)) { in _tx_bind() 182 ctlbuf.buf + bind_ackp->ADDR_offset, in _tx_bind()
|
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_kbind.c | 98 bind_req->ADDR_offset = TBINDREQSZ; in t_kbind() 102 bcopy(req->addr.buf, buf + bind_req->ADDR_offset, in t_kbind() 147 bcopy(buf + bind_ack->ADDR_offset, ret->addr.buf, in t_kbind()
|
/titanic_44/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tihdr.h | 201 long ADDR_offset; /* addr offset */ member 299 long ADDR_offset; /* addr offset */ member
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | tihdr.h | 315 t_scalar_t ADDR_offset; /* addr offset */ member 450 t_scalar_t ADDR_offset; /* addr offset */ member
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tpi.c | 243 tbr->ADDR_offset = sizeof (struct T_bind_req); in tcp_tpi_bind() 265 sa = (struct sockaddr *)mi_offset_param(mp, tbr->ADDR_offset, in tcp_tpi_bind() 271 tbr->ADDR_offset, sizeof (sin6_t)); in tcp_tpi_bind()
|
/titanic_44/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsddi.c | 468 sin = (sin_t *)(uintptr_t)mi_offset_param(mp, tbr->ADDR_offset, in rds_bind()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | timod.c | 912 mp->b_rptr + ackp->ADDR_offset + in timodrproc() 938 bcopy(mp->b_rptr + ackp->ADDR_offset, in timodrproc()
|
H A D | tl.c | 2386 aoff = bind->ADDR_offset; in tl_bind() 2621 b_ack->ADDR_offset = (t_scalar_t)sizeof (struct T_bind_ack); in tl_bind() 2622 addr_startp = bamp->b_rptr + b_ack->ADDR_offset; in tl_bind()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 456 tbr->ADDR_offset = (t_scalar_t)sizeof (struct T_bind_req); in rts_tpi_bind()
|
H A D | icmp.c | 368 tbr->ADDR_offset = sizeof (struct T_bind_req); in icmp_tpi_bind() 390 sa = (struct sockaddr *)mi_offset_param(mp, tbr->ADDR_offset, in icmp_tpi_bind() 396 tbr->ADDR_offset, sizeof (sin6_t)); in icmp_tpi_bind()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 538 tbr->ADDR_offset = sizeof (struct T_bind_req); in udp_tpi_bind() 558 sa = (struct sockaddr *)mi_offset_param(mp, tbr->ADDR_offset, in udp_tpi_bind() 572 sa = (struct sockaddr *)mi_offset_param(mp, tbr->ADDR_offset, in udp_tpi_bind()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 1075 bind_req.ADDR_offset = (t_scalar_t)sizeof (bind_req); in sotpi_bindlisten() 1132 addr = sogetoff(mp, bind_ack->ADDR_offset, in sotpi_bindlisten()
|