Lines Matching full:clientip
29 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl
114 my $CLIENTIP="127.0.0.1"; # address which curl uses for incoming connections
531 # my $out = system("ssh $CLIENTIP cd \'$pwd\' \\; \'$cmd\'");
544 # my @out = `ssh $CLIENTIP cd \'$pwd\' \\; \'$cmd\'`;
2714 $$thing =~ s/%CLIENTIP/$CLIENTIP/g;