Home | History | Annotate | Download | only in dnslist

Lines Matching full:online

70 # Master list of clients, offline and online.
108 $list->{$ether}->{'old_online'} = $list->{$ether}->{'online'};
109 $list->{$ether}->{'online'} = 0;
116 # Mark each online host as online.
117 $list->{$ether}->{'online'} = 1;
124 # Handle changes in offline/online state. (The sub &do_host() handles
128 $new = $list->{$ether}->{'online'};
139 do_host($ether, 'online');
178 } elsif ($status eq 'online') {
262 # hosts all come back online, they show up quicker.)