Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_bind.c55 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()
/titanic_44/usr/src/uts/common/ktli/
H A Dt_kbind.c70 struct T_bind_req *bind_req; in t_kbind()
95 bind_req = (struct T_bind_req *)buf; in t_kbind()
/titanic_44/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h198 struct T_bind_req { struct
366 struct T_bind_req bind_req; /* bind request */
/titanic_44/usr/src/uts/common/sys/
H A Dt_kuser.h119 #define TBINDREQSZ sizeof (struct T_bind_req)
H A Dtihdr.h312 struct T_bind_req { struct
586 struct T_bind_req bind_req; /* bind request */
/titanic_44/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c443 struct T_bind_req *tbr; in rds_bind()
465 tbr = (struct T_bind_req *)(uintptr_t)mp->b_rptr; in rds_bind()
/titanic_44/usr/src/uts/common/inet/ip/
H A Drts.c434 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()
H A Dicmp.c312 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()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c198 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()
/titanic_44/usr/src/uts/common/io/
H A Dtl.c2354 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()
/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp.c484 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()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c628 struct T_bind_req bind_req; in sotpi_bindlisten()