HomeSort by relevance Sort by last modified time
    Searched refs:portlist (Results 1 - 2 of 2) sorted by null

  /external/netcat/
netcat.c 100 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[x] = calloc(1, PORT_MAX_LEN)
    [all...]
  /external/grub/netboot/
smc9000.c 399 static unsigned short portlist[] = { local
415 probe_addrs = portlist;

Completed in 248 milliseconds