Symbol: T_bind_req
usr/src/lib/libnsl/nsl/t_bind.c
100
bind_reqp = (struct T_bind_req *)ctlbuf.buf;
usr/src/lib/libnsl/nsl/t_bind.c
101
size = (int)sizeof (struct T_bind_req);
usr/src/lib/libnsl/nsl/t_bind.c
53
struct T_bind_req *bind_reqp;
usr/src/uts/common/fs/sockfs/socktpi.c
616
struct T_bind_req bind_req;
usr/src/uts/common/inet/ip/icmp.c
314
struct T_bind_req *tbr;
usr/src/uts/common/inet/ip/icmp.c
366
tbr = (struct T_bind_req *)mp->b_rptr;
usr/src/uts/common/inet/ip/icmp.c
370
tbr->ADDR_offset = sizeof (struct T_bind_req);
usr/src/uts/common/inet/ip/rts.c
436
struct T_bind_req *tbr;
usr/src/uts/common/inet/ip/rts.c
450
tbr = (struct T_bind_req *)mp->b_rptr;
usr/src/uts/common/inet/ip/rts.c
458
tbr->ADDR_offset = (t_scalar_t)sizeof (struct T_bind_req);
usr/src/uts/common/inet/tcp/tcp_tpi.c
202
struct T_bind_req *tbr;
usr/src/uts/common/inet/tcp/tcp_tpi.c
240
tbr = (struct T_bind_req *)mp->b_rptr;
usr/src/uts/common/inet/tcp/tcp_tpi.c
247
tbr->ADDR_offset = sizeof (struct T_bind_req);
usr/src/uts/common/inet/udp/udp.c
565
struct T_bind_req *tbr;
usr/src/uts/common/inet/udp/udp.c
616
tbr = (struct T_bind_req *)mp->b_rptr;
usr/src/uts/common/inet/udp/udp.c
619
tbr->ADDR_offset = sizeof (struct T_bind_req);
usr/src/uts/common/io/ib/clients/rds/rdsddi.c
448
struct T_bind_req *tbr;
usr/src/uts/common/io/ib/clients/rds/rdsddi.c
470
tbr = (struct T_bind_req *)(uintptr_t)mp->b_rptr;
usr/src/uts/common/io/tl.c
2431
struct T_bind_req *bind = (struct T_bind_req *)mp->b_rptr;
usr/src/uts/common/io/tl.c
2452
if (msz < sizeof (struct T_bind_req)) {
usr/src/uts/common/io/tl.c
2550
if ((alen < 0) || (alen > (msz - sizeof (struct T_bind_req)))) {
usr/src/uts/common/io/tl.c
2565
(aoff >= (t_scalar_t)(sizeof (struct T_bind_req))))) {
usr/src/uts/common/ktli/t_kbind.c
68
struct T_bind_req *bind_req;
usr/src/uts/common/ktli/t_kbind.c
93
bind_req = (struct T_bind_req *)buf;
usr/src/uts/common/sys/t_kuser.h
120
#define TBINDREQSZ sizeof (struct T_bind_req)
usr/src/uts/common/sys/tihdr.h
549
struct T_bind_req bind_req; /* bind request */