/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_ip_route.c | 79 struct T_error_ack *tea = (struct T_error_ack *)(void *)buf; in mibget() 138 if (ctlbuf.len >= sizeof (struct T_error_ack) && in mibget()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tihdr.h | 419 struct T_error_ack { struct 562 struct T_error_ack error_ack; /* error ack */
|
H A D | t_kuser.h | 132 #define TERRORACKSZ sizeof (struct T_error_ack)
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tl.c | 2360 struct T_error_ack *err_ack; in tl_error_ack() 2361 mblk_t *ackmp = tpi_ack_alloc(mp, sizeof (struct T_error_ack), in tl_error_ack() 2370 err_ack = (struct T_error_ack *)ackmp->b_rptr; in tl_error_ack() 2728 ackmp = reallocb(mp, sizeof (struct T_error_ack), 0); in tl_bind() 2734 tl_memrecover(wq, mp, sizeof (struct T_error_ack)); in tl_bind() 2762 if ((ackmp = reallocb(mp, sizeof (struct T_error_ack), 0)) == NULL) { in tl_unbind() 2763 tl_memrecover(wq, mp, sizeof (struct T_error_ack)); in tl_unbind() 2862 ackmp = allocb(sizeof (struct T_error_ack), BPRI_MED); in tl_optmgmt() 2864 tl_memrecover(wq, mp, sizeof (struct T_error_ack)); in tl_optmgmt() 2918 ackmp = allocb(sizeof (struct T_error_ack), BPRI_MED); in tl_conn_req() [all …]
|
H A D | timod.c | 783 if (blen < sizeof (struct T_error_ack)) { in timodrproc() 1096 sizeof (struct T_error_ack)); in timodrproc() 2789 struct T_error_ack *tea = (struct T_error_ack *)mp->b_rptr; in tim_send_ioc_error_ack() 2792 mp->b_wptr = mp->b_rptr + sizeof (struct T_error_ack); in tim_send_ioc_error_ack()
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 448 struct T_error_ack *tea = (struct T_error_ack *)buf; in mibget() 509 if (ctlbuf.len >= sizeof (struct T_error_ack) && in mibget()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | mi.c | 1465 struct T_error_ack *teackp; in mi_tpi_err_ack_alloc() 1471 if ((mp = tpi_ack_alloc(mp, sizeof (struct T_error_ack), in mi_tpi_err_ack_alloc() 1473 teackp = (struct T_error_ack *)mp->b_rptr; in mi_tpi_err_ack_alloc()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tpi.c | 83 struct T_error_ack *teackp; in tcp_err_ack_prim() 85 if ((mp = tpi_ack_alloc(mp, sizeof (struct T_error_ack), in tcp_err_ack_prim() 87 teackp = (struct T_error_ack *)mp->b_rptr; in tcp_err_ack_prim()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 2919 struct T_error_ack *tea = (struct T_error_ack *)buf; in mibwalk() 2980 if (ctlbuf.len < sizeof (struct T_error_ack)) { in mibwalk()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 3065 struct T_error_ack *tea = (struct T_error_ack *)buf; in mibget() 3127 if (ctlbuf.len >= sizeof (struct T_error_ack) && in mibget()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcmod.c | 1698 struct T_error_ack *terror; in mir_rput_proto() 1700 terror = (struct T_error_ack *)mp->b_rptr; in mir_rput_proto()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 1081 mp = reallocb(mp, sizeof (struct T_error_ack), 1); in icmp_tpi_disconnect() 1130 struct T_error_ack *teackp; in icmp_err_ack_prim() 1132 if ((mp = tpi_ack_alloc(mp, sizeof (struct T_error_ack), in icmp_err_ack_prim() 1134 teackp = (struct T_error_ack *)mp->b_rptr; in icmp_err_ack_prim()
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | _utility.c | 427 if ((ctlbuf.len < (int)sizeof (struct T_error_ack)) || in _t_is_ok()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 903 mp = reallocb(mp, sizeof (struct T_error_ack), 1); in udp_tpi_disconnect() 951 struct T_error_ack *teackp; in udp_err_ack_prim() 953 if ((mp = tpi_ack_alloc(mp, sizeof (struct T_error_ack), in udp_err_ack_prim() 955 teackp = (struct T_error_ack *)mp->b_rptr; in udp_err_ack_prim()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 2533 if (MBLKL(mp) < sizeof (struct T_error_ack)) { in strsock_proto()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 1139 struct T_error_ack *tea = (struct T_error_ack *)buf; in mibget() 1207 if (ctlbuf.len >= sizeof (struct T_error_ack) && in mibget()
|