Lines Matching refs:addr_startp

2360 	void			*addr_startp;  in tl_bind()  local
2622 addr_startp = bamp->b_rptr + b_ack->ADDR_offset; in tl_bind()
2623 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_bind()
3054 void *addr_startp; in tl_conn_req_ser() local
3250 addr_startp = cimp->b_rptr + ci->SRC_offset; in tl_conn_req_ser()
3251 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_conn_req_ser()
3331 uchar_t *addr_startp; in tl_conn_res() local
3733 addr_startp = ccmp->b_rptr + cc->RES_offset; in tl_conn_res()
3734 bcopy(acc_ep->te_abuf, addr_startp, acc_ep->te_alen); in tl_conn_res()
4260 uchar_t *addr_startp; in tl_connected_cots_addr_req() local
4292 addr_startp = (uchar_t *)&taa[1]; in tl_connected_cots_addr_req()
4294 bcopy(tep->te_abuf, addr_startp, in tl_connected_cots_addr_req()
4300 addr_startp = ackmp->b_rptr + taa->REMADDR_offset; in tl_connected_cots_addr_req()
4301 bcopy(peer_tep->te_abuf, addr_startp, in tl_connected_cots_addr_req()
4911 uchar_t *addr_startp; in tl_uderr() local
4948 addr_startp = mp->b_rptr + udreq->DEST_offset; in tl_uderr()
4949 bcopy(addr_startp, err_mp->b_rptr + uderr->DEST_offset, in tl_uderr()
4958 addr_startp = mp->b_rptr + udreq->OPT_offset; in tl_uderr()
4959 bcopy(addr_startp, err_mp->b_rptr+uderr->OPT_offset, in tl_uderr()
4999 uchar_t *addr_startp; in tl_unitdata() local
5213 addr_startp = mp->b_rptr + udind->SRC_offset; in tl_unitdata()
5214 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_unitdata()
5236 addr_startp = ui_mp->b_rptr + udind->SRC_offset; in tl_unitdata()
5237 bcopy(tep->te_abuf, addr_startp, tep->te_alen); in tl_unitdata()