T_ALL
if ( (bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) ==
|| (sndcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) ==
|| (rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) ==
(struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
if ((call = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) == NULL) {
t_alloc(fd, T_DIS, T_ALL)) == NULL) {
uderr = (struct t_uderr *)t_alloc(fd, T_UDERROR, T_ALL);
conn->conn_call = (struct t_call *)t_alloc(fd, T_CALL, T_ALL);
ntb = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL);
unitdata = (struct t_unitdata *)t_alloc(fd, T_UNITDATA, T_ALL);
while (!(disc = (struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) ) {
T_ALL)) == NULL) {
while (!(req = (struct t_bind *)t_alloc(fd,T_BIND,T_ALL)) ) {
while (!(ret = (struct t_bind *)t_alloc(fd,T_BIND,T_ALL)) ) {
if ((bind_ret = (struct t_bind *)t_alloc(fd, T_BIND, T_ALL)) == NULL ||
(sndcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) == NULL ||
(rcvcall = (struct t_call *)t_alloc(fd, T_CALL, T_ALL)) == NULL) {
(struct t_discon *)t_alloc(fd, T_DIS, T_ALL)) == 0) ||
if (fields != T_ALL) {
if (fields != T_ALL) {
if ((unit = (struct t_unitdata *) t_alloc(fd, T_UNITDATA, T_ALL)) == 0) {