Searched refs:T_bind_req (Results 1 – 11 of 11) sorted by relevance
53 struct T_bind_req *bind_reqp; in _tx_bind()100 bind_reqp = (struct T_bind_req *)ctlbuf.buf; in _tx_bind()101 size = (int)sizeof (struct T_bind_req); in _tx_bind()
68 struct T_bind_req *bind_req; in t_kbind()93 bind_req = (struct T_bind_req *)buf; in t_kbind()
275 struct T_bind_req { struct549 struct T_bind_req bind_req; /* bind request */
120 #define TBINDREQSZ sizeof (struct T_bind_req)
436 struct T_bind_req *tbr; in rts_tpi_bind()450 tbr = (struct T_bind_req *)mp->b_rptr; in rts_tpi_bind()458 tbr->ADDR_offset = (t_scalar_t)sizeof (struct T_bind_req); in rts_tpi_bind()
314 struct T_bind_req *tbr; in icmp_tpi_bind()366 tbr = (struct T_bind_req *)mp->b_rptr; in icmp_tpi_bind()370 tbr->ADDR_offset = sizeof (struct T_bind_req); in icmp_tpi_bind()
448 struct T_bind_req *tbr; in rds_bind()470 tbr = (struct T_bind_req *)(uintptr_t)mp->b_rptr; in rds_bind()
202 struct T_bind_req *tbr; in tcp_tpi_bind()240 tbr = (struct T_bind_req *)mp->b_rptr; in tcp_tpi_bind()247 tbr->ADDR_offset = sizeof (struct T_bind_req); in tcp_tpi_bind()
2431 struct T_bind_req *bind = (struct T_bind_req *)mp->b_rptr; in tl_bind()2452 if (msz < sizeof (struct T_bind_req)) { in tl_bind()2550 if ((alen < 0) || (alen > (msz - sizeof (struct T_bind_req)))) { in tl_bind()2565 (aoff >= (t_scalar_t)(sizeof (struct T_bind_req))))) { in tl_bind()
567 struct T_bind_req *tbr; in udp_tpi_bind()618 tbr = (struct T_bind_req *)mp->b_rptr; in udp_tpi_bind()621 tbr->ADDR_offset = sizeof (struct T_bind_req); in udp_tpi_bind()
632 struct T_bind_req bind_req; in sotpi_bindlisten()