Searched refs:MAXHOSTS (Results 1 – 4 of 4) sorted by relevance
42 my $MAXHOSTS = 32; # max hosts to scan85 open PING, "/sbin/ping6 -n -s 56 -c $MAXHOSTS $MULTICAST\%$interf |" or next;
43 my $MAXHOSTS = 32; # max hosts to port scan78 open PING, "/sbin/ping -n -s 56 -c $MAXHOSTS $Broadcast{$local} |" or
165 #define MAXHOSTS 200 /* maximum hosts on cmd line */ macro212 static const char *chosts[MAXHOSTS];213 #define ADDHOST(cp) if (numhosts < MAXHOSTS) chosts[numhosts++] = (cp)
346 #define MAXHOSTS 200 /* maximum hosts on cmd line */411 chost chosts[MAXHOSTS];414 if (numhosts < MAXHOSTS) { \350 #define MAXHOSTS global() macro