netcat.c | 125 char *portlist[PORT_MAX+1]; variable in typeref:typename:char * [] 667 /* Construct the portlist[] array. */ 670 /* Cycle through portlist, connecting to each port. */ 671 for (s = -1, i = 0; portlist[i] != NULL; i++) { 685 s = socks_connect(host, portlist[i], hints, 689 s = remote_connect(host, portlist[i], hints); 709 ntohs(atoi(portlist[i])), 715 "succeeded!\n", host, portlist[i], 1418 * Build an array of ports in portlist[], listing each port 1442 * Initialize portlist with a random permutation. Based o [all...] |