Searched refs:portlist (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/netcat/
H A Dnetcat.c101 char *portlist[PORT_MAX+1]; variable
468 /* Construct the portlist[] array. */
471 /* Cycle through portlist, connecting to each port. */
472 for (i = 0; portlist[i] != NULL; i++) {
477 s = socks_connect(host, portlist[i], hints,
481 s = remote_connect(host, portlist[i], hints);
501 ntohs(atoi(portlist[i])),
507 "succeeded!\n", host, portlist[i],
886 * Build an array of ports in portlist[], listing each port
917 portlist[
[all...]

Completed in 175 milliseconds