Lines Matching defs:client_ip
90 static char *client_ip;662 client_ip ? "src-ip" : "",663 client_ip ?: "",665 client_ip ? "src-port" : "",666 client_ip ? port : "",1267 if (client_ip) {1268 ret = parse_address(client_ip, atoi(port), &client_sin);1296 if (client_ip) {1409 client_ip = optarg;1444 if (!server_ip && !client_ip) {