Home | History | Annotate | Download | only in dnslist

Lines Matching full:host

34 #         Added master host list so offline hosts can still be displayed.
72 # Sorted host list. (It's actually sorted by IP--the sub &byip() compares two
114 @host{qw/raw_lease ether_addr ip_addr hostname raw_client_id/} = split /\s+/;
115 $ether = $host{ether_addr};
116 # Mark each online host as online.
119 foreach $key (keys %host) {
120 $list->{$ether}->{$key} = $host{$key};
125 # all of the extra stuff to do with a host's data once it is read.
149 # Do stuff per host.
181 # Update times for joining host.
186 # Update times for leaving host.