Searched refs:MAXHOSTS (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv6remote.pl41 my $MAXHOSTS = 32; # max hosts to scan
76 open PING, "/usr/sbin/ping -ns -A inet6 $MULTICAST 56 $MAXHOSTS |" or
H A Dget.ipv4remote.pl41 my $MAXHOSTS = 32; # max hosts to port scan
75 open PING, "/usr/sbin/ping -ns $Broadcast{$local} 56 $MAXHOSTS |" or
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c69 #define MAXHOSTS 1024 macro
75 char *hosts[MAXHOSTS];
77 int configured[MAXHOSTS];
1052 (MAXHOSTS - i + 1) * sizeof (int));
1053 host_list->configured[MAXHOSTS - 1] = 0;
1091 (MAXHOSTS - i + 1) * sizeof (int));
1092 host_list->configured[MAXHOSTS - 1] = 0;
1113 for (i = 0; i < MAXHOSTS; i++) {
1126 if (i == MAXHOSTS)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c98 #define MAXHOSTS 512 macro

Completed in 117 milliseconds