Home
last modified time | relevance | path

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

/external/netcat/
Dnetcat.c1322 USHORT curport = 0; local
1527 curport = 0; /* rem port *can* be zero here... */
1529 curport = getportpoop (argv[optind], 0);
1530 if (curport == 0) /* if given, demand correctness */
1533 netfd = dolisten (themaddr, curport, ouraddr, o_lport);
1576 curport = hiport; /* start high by default */
1579 curport = nextport (randports);
1582 curport = loport;
1583 Debug (("Single %d, curport %d", Single, curport))
1586 while (loport <= curport) {
[all …]