Home
last modified time | relevance | path

Searched refs:ADDR_offset (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_bind.c115 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 Dt_kbind.c98 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 Dtihdr.h201 long ADDR_offset; /* addr offset */ member
299 long ADDR_offset; /* addr offset */ member
/titanic_44/usr/src/uts/common/sys/
H A Dtihdr.h315 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 Dtcp_tpi.c243 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 Drdsddi.c468 sin = (sin_t *)(uintptr_t)mi_offset_param(mp, tbr->ADDR_offset, in rds_bind()
/titanic_44/usr/src/uts/common/io/
H A Dtimod.c912 mp->b_rptr + ackp->ADDR_offset + in timodrproc()
938 bcopy(mp->b_rptr + ackp->ADDR_offset, in timodrproc()
H A Dtl.c2386 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 Drts.c456 tbr->ADDR_offset = (t_scalar_t)sizeof (struct T_bind_req); in rts_tpi_bind()
H A Dicmp.c368 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 Dudp.c538 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 Dsocktpi.c1075 bind_req.ADDR_offset = (t_scalar_t)sizeof (bind_req); in sotpi_bindlisten()
1132 addr = sogetoff(mp, bind_ack->ADDR_offset, in sotpi_bindlisten()