Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_bind.c53 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()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kbind.c68 struct T_bind_req *bind_req; in t_kbind()
93 bind_req = (struct T_bind_req *)buf; in t_kbind()
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h275 struct T_bind_req { struct
549 struct T_bind_req bind_req; /* bind request */
H A Dt_kuser.h120 #define TBINDREQSZ sizeof (struct T_bind_req)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c436 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()
H A Dicmp.c313 struct T_bind_req *tbr; in icmp_tpi_bind()
365 tbr = (struct T_bind_req *)mp->b_rptr; in icmp_tpi_bind()
369 tbr->ADDR_offset = sizeof (struct T_bind_req); in icmp_tpi_bind()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c448 struct T_bind_req *tbr; in rds_bind()
470 tbr = (struct T_bind_req *)(uintptr_t)mp->b_rptr; in rds_bind()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c202 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()
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c2431 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()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c566 struct T_bind_req *tbr; in udp_tpi_bind()
617 tbr = (struct T_bind_req *)mp->b_rptr; in udp_tpi_bind()
620 tbr->ADDR_offset = sizeof (struct T_bind_req); in udp_tpi_bind()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c631 struct T_bind_req bind_req; in sotpi_bindlisten()