HomeSort by relevance Sort by last modified time
    Searched refs:do_host (Results 1 - 2 of 2) 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";
  /external/openssh/
ssh-keyscan.c 570 do_host(char *host) function
746 do_host(line);
757 do_host(argv[optind++]);

Completed in 1095 milliseconds