Home | History | Annotate | Download | only in netcat

Lines Matching full:doconnect

599 /* doconnect :
606 int doconnect (rad, rp, lad, lp)
766 } /* doconnect */
769 just like doconnect, and in fact calls a hunk of doconnect, but listens for
787 /* Pass everything off to doconnect, who in o_listen mode just gets a socket */
788 nnetfd = doconnect (rad, rp, lad, lp);
970 o_udpmode = 0; /* so doconnect does TCP this time */
974 rr = doconnect (where, SLEAZE_PORT, 0, 0);
1593 netfd = doconnect (themaddr, curport, ouraddr, ourport);