Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c125 char *portlist[PORT_MAX+1]; variable
693 for (s = -1, i = 0; portlist[i] != NULL; i++) { in main()
707 s = socks_connect(host, portlist[i], hints, in main()
711 s = remote_connect(host, portlist[i], hints, in main()
732 ntohs(atoi(portlist[i])), in main()
747 portlist[i], uflag ? "udp" : "tcp", in main()
1527 portlist[x] = portlist[cp]; in build_ports()
1528 if (asprintf(&portlist[cp], "%d", x + lo) == -1) in build_ports()
1533 if (asprintf(&portlist[x], "%d", cp) == -1) in build_ports()
1543 portlist[0] = tmp; in build_ports()