/titanic_50/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tihdr.h | 305 struct T_error_ack { struct 378 struct T_error_ack error_ack; /* error ack */
|
/titanic_50/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_ip_route.c | 81 struct T_error_ack *tea = (struct T_error_ack *)(void *)buf; in mibget() 140 if (ctlbuf.len >= sizeof (struct T_error_ack) && in mibget()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | t_kuser.h | 131 #define TERRORACKSZ sizeof (struct T_error_ack)
|
H A D | tihdr.h | 456 struct T_error_ack { struct 599 struct T_error_ack error_ack; /* error ack */
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tl.c | 2283 struct T_error_ack *err_ack; in tl_error_ack() 2284 mblk_t *ackmp = tpi_ack_alloc(mp, sizeof (struct T_error_ack), in tl_error_ack() 2293 err_ack = (struct T_error_ack *)ackmp->b_rptr; in tl_error_ack() 2639 ackmp = reallocb(mp, sizeof (struct T_error_ack), 0); in tl_bind() 2645 tl_memrecover(wq, mp, sizeof (struct T_error_ack)); in tl_bind() 2673 if ((ackmp = reallocb(mp, sizeof (struct T_error_ack), 0)) == NULL) { in tl_unbind() 2674 tl_memrecover(wq, mp, sizeof (struct T_error_ack)); in tl_unbind() 2773 ackmp = allocb(sizeof (struct T_error_ack), BPRI_MED); in tl_optmgmt() 2775 tl_memrecover(wq, mp, sizeof (struct T_error_ack)); in tl_optmgmt() 2829 ackmp = allocb(sizeof (struct T_error_ack), BPRI_MED); in tl_conn_req() [all …]
|
H A D | timod.c | 781 if (blen < sizeof (struct T_error_ack)) { in timodrproc() 1094 sizeof (struct T_error_ack)); in timodrproc() 2785 struct T_error_ack *tea = (struct T_error_ack *)mp->b_rptr; in tim_send_ioc_error_ack() 2788 mp->b_wptr = mp->b_rptr + sizeof (struct T_error_ack); in tim_send_ioc_error_ack()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
H A D | ncaconfd.c | 561 struct T_error_ack *tea = (struct T_error_ack *)buf; in mibget() 624 if (ctlbuf.len >= sizeof (struct T_error_ack) && in mibget()
|
/titanic_50/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 450 struct T_error_ack *tea = (struct T_error_ack *)buf; in mibget() 511 if (ctlbuf.len >= sizeof (struct T_error_ack) && in mibget()
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | mi.c | 1463 struct T_error_ack *teackp; in mi_tpi_err_ack_alloc() 1469 if ((mp = tpi_ack_alloc(mp, sizeof (struct T_error_ack), in mi_tpi_err_ack_alloc() 1471 teackp = (struct T_error_ack *)mp->b_rptr; in mi_tpi_err_ack_alloc()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 2857 struct T_error_ack *tea = (struct T_error_ack *)buf; in mibwalk() 2918 if (ctlbuf.len < sizeof (struct T_error_ack)) { in mibwalk()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 1073 mp = reallocb(mp, sizeof (struct T_error_ack), 1); in icmp_tpi_disconnect() 1122 struct T_error_ack *teackp; in icmp_err_ack_prim() 1124 if ((mp = tpi_ack_alloc(mp, sizeof (struct T_error_ack), in icmp_err_ack_prim() 1126 teackp = (struct T_error_ack *)mp->b_rptr; in icmp_err_ack_prim()
|
/titanic_50/usr/src/lib/libnsl/nsl/ |
H A D | _utility.c | 427 if ((ctlbuf.len < (int)sizeof (struct T_error_ack)) || in _t_is_ok()
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 885 mp = reallocb(mp, sizeof (struct T_error_ack), 1); in udp_tpi_disconnect() 933 struct T_error_ack *teackp; in udp_err_ack_prim() 935 if ((mp = tpi_ack_alloc(mp, sizeof (struct T_error_ack), in udp_err_ack_prim() 937 teackp = (struct T_error_ack *)mp->b_rptr; in udp_err_ack_prim()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 728 struct T_error_ack *tea = (struct T_error_ack *)buf; in mibget() 797 if (ctlbuf.len >= sizeof (struct T_error_ack) && in mibget()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 2533 if (MBLKL(mp) < sizeof (struct T_error_ack)) { in strsock_proto()
|