Searched refs:T_bind_req (Results 1 – 12 of 12) sorted by relevance
55 struct T_bind_req *bind_reqp; in _tx_bind()102 bind_reqp = (struct T_bind_req *)ctlbuf.buf; in _tx_bind()103 size = (int)sizeof (struct T_bind_req); in _tx_bind()
70 struct T_bind_req *bind_req; in t_kbind()95 bind_req = (struct T_bind_req *)buf; in t_kbind()
198 struct T_bind_req { struct366 struct T_bind_req bind_req; /* bind request */
119 #define TBINDREQSZ sizeof (struct T_bind_req)
312 struct T_bind_req { struct586 struct T_bind_req bind_req; /* bind request */
443 struct T_bind_req *tbr; in rds_bind()465 tbr = (struct T_bind_req *)(uintptr_t)mp->b_rptr; in rds_bind()
434 struct T_bind_req *tbr; in rts_tpi_bind()448 tbr = (struct T_bind_req *)mp->b_rptr; in rts_tpi_bind()456 tbr->ADDR_offset = (t_scalar_t)sizeof (struct T_bind_req); in rts_tpi_bind()
312 struct T_bind_req *tbr; in icmp_tpi_bind()364 tbr = (struct T_bind_req *)mp->b_rptr; in icmp_tpi_bind()368 tbr->ADDR_offset = sizeof (struct T_bind_req); in icmp_tpi_bind()
198 struct T_bind_req *tbr; in tcp_tpi_bind()236 tbr = (struct T_bind_req *)mp->b_rptr; in tcp_tpi_bind()243 tbr->ADDR_offset = sizeof (struct T_bind_req); in tcp_tpi_bind()
2354 struct T_bind_req *bind = (struct T_bind_req *)mp->b_rptr; in tl_bind()2375 if (msz < sizeof (struct T_bind_req)) { in tl_bind()2466 if ((alen < 0) || (alen > (msz - sizeof (struct T_bind_req)))) { in tl_bind()2481 (aoff >= (t_scalar_t)(sizeof (struct T_bind_req))))) { in tl_bind()
484 struct T_bind_req *tbr; in udp_tpi_bind()535 tbr = (struct T_bind_req *)mp->b_rptr; in udp_tpi_bind()538 tbr->ADDR_offset = sizeof (struct T_bind_req); in udp_tpi_bind()
628 struct T_bind_req bind_req; in sotpi_bindlisten()