Searched defs:do_host (Results 1 - 1 of 1) sorted by last modified time

/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl124 # Handle changes in offline/online state. (The sub &do_host() handles
131 do_host($ether, 'offline');
133 do_host($ether, 'join');
137 do_host($ether, 'leave');
139 do_host($ether, 'online');
150 sub do_host { subroutine
182 print "do_host: $ether joined the network.\n";
187 print "do_host: $ether left the network.\n";

Completed in 120 milliseconds