Home
last modified time | relevance | path

Searched refs:ourport (Results 1 – 1 of 1) sorted by relevance

/external/netcat/
Dnetcat.c1319 USHORT ourport = 0; local
1555 ourport = o_lport; /* which can be 0 */
1588 ourport = (RAND() & 0xffff); /* random local-bind -- well above */
1589 if (ourport < 8192) /* resv and any likely listeners??? */
1590 ourport += 8192; /* if it *still* conflicts, use -s. */
1593 netfd = doconnect (themaddr, curport, ouraddr, ourport);
1594 Debug (("netfd %d from port %d to port %d", netfd, ourport, curport))