Lines Matching refs:ip
29 # 1.3.1. just point the client's host to the IP of this machine,
73 my ($pass, $domain, $ip) = split("\t",$val);
75 print "user $key, hostname $domain, ip $ip\n";
77 if ( defined $ip ) {
78 print $fh "$ip\t$domain\n";
162 my $ip = shift;;
166 $X->put($user, join("\t", $spass, $shost, $ip));
178 my $ip = shift;
189 print $sock "$response", defined($ip)? " $ip" : "" . "\n";