Home
last modified time | relevance | path

Searched refs:MAXHOSTS (Results 1 – 3 of 3) 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/fs.d/autofs/
H A Dautod_nfs.c98 #define MAXHOSTS 512 macro