t_rcvconnect
extern int t_rcvconnect(int, struct t_call *);
if (t_rcvconnect(fd, rcvcall) == 0)
if (t_rcvconnect(fd, rcvcall) != -1) {
extern int t_rcvconnect(int fildes, struct t_call *call);