Lines Matching refs:host
32 my ($peer, $vars, $host) = @_;
39 $cmd .= " $host" if defined $host;
71 my ($host) = @_;
76 ($err, $res) = getaddrinfo($host, '', {socktype => SOCK_RAW});
85 elsif ($host =~ /^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})$/) {
86 return gethostbyaddr inet_aton($host), AF_INET;
94 my ($host) = @_;
96 $host ||= '';
97 my $cmd = "$ntpq_path -npw $host |";
115 $r->{remote} = $r->{tally} . $r->{host};
130 my ($host) = @_;
132 my $cmd = "$sntp_path $host |";