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

/external/netcat/
H A Dnetcat.c100 char *portlist[PORT_MAX+1]; variable
442 /* Construct the portlist[] array. */
445 /* Cycle through portlist, connecting to each port. */
446 for (i = 0; portlist[i] != NULL; i++) {
452 s = socks_connect(host, portlist[i], hints,
457 s = remote_connect(host, portlist[i], hints);
477 ntohs(atoi(portlist[i])),
483 "succeeded!\n", host, portlist[i],
853 * Build an array or ports in portlist[], listing each port
895 portlist[
[all...]
/external/grub/netboot/
H A Dsmc9000.c399 static unsigned short portlist[] = { local
415 probe_addrs = portlist;

Completed in 107 milliseconds