HomeSort by relevance Sort by last modified time
    Searched full:do_host (Results 1 - 1 of 1) sorted by null

  /external/dnsmasq/contrib/dnslist/
dnslist.pl 124 # 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 39 milliseconds