Searched refs:portlist (Results 1 – 1 of 1) sorted by relevance
/external/netcat/ |
D | netcat.c | 100 char *portlist[PORT_MAX+1]; variable 446 for (i = 0; portlist[i] != NULL; i++) { in main() 452 s = socks_connect(host, portlist[i], hints, in main() 457 s = remote_connect(host, portlist[i], hints); in main() 477 ntohs(atoi(portlist[i])), in main() 483 "succeeded!\n", host, portlist[i], in main() 895 portlist[x] = calloc(1, PORT_MAX_LEN); in build_ports() 896 if (portlist[x] == NULL) in build_ports() 898 snprintf(portlist[x], PORT_MAX_LEN, "%d", cp); in build_ports() 909 c = portlist[x]; in build_ports() [all …]
|