Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv6remote.pl42 my $MAXHOSTS = 32; # max hosts to scan
85 open PING, "/sbin/ping6 -n -s 56 -c $MAXHOSTS $MULTICAST\%$interf |" or next;
H A Dget.ipv4remote.pl43 my $MAXHOSTS = 32; # max hosts to port scan
78 open PING, "/sbin/ping -n -s 56 -c $MAXHOSTS $Broadcast{$local} |" or
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c165 #define MAXHOSTS 200 /* maximum hosts on cmd line */ macro
212 static const char *chosts[MAXHOSTS];
213 #define ADDHOST(cp) if (numhosts < MAXHOSTS) chosts[numhosts++] = (cp)
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c346 #define MAXHOSTS 200 /* maximum hosts on cmd line */
411 chost chosts[MAXHOSTS];
414 if (numhosts < MAXHOSTS) { \
350 #define MAXHOSTS global() macro