t_connect
int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
if (t_connect(fd, sndcall, rcvcall) == 0)
int t_bind(), t_close(), t_connect(), t_free(), t_look(), t_open(), t_rcvdis();
extern int t_connect(int, struct t_call *, struct t_call *);
extern int t_connect(int, const struct t_call *, struct t_call *);
if (t_connect(fd, &sndcall, rcvcall) != 0) {
if (t_connect(fd, sndcall, rcvcall) == 0)
if (t_connect(rtime_fd, &sndcall, NULL) ==
if (t_connect(fd, &sndcallstr, rcvcall) != -1) {
if (t_connect(fd, sndcall, NULL) == -1)
if (t_connect(fd, &sndcall, NULL) == -1) {
if (t_connect(fd, &sndcall, NULL) == -1) {
if (t_connect(fd, sndcall, rcvcall) < 0) {
extern int t_connect(int fildes, struct t_call *sndcall,