Lines Matching defs:version
39 * "version [number: 5]" - requires the communication to use this version.
116 unsigned char version; /* initial version byte in the request must match
152 config.version = CONFIG_VERSION;
198 if(!strcmp(key, "version")) {
199 config.version = byteval(value);
200 logmsg("version [%d] set", config.version);
344 response[0] = 0; /* reply version 0 */
398 if(buffer[SOCKS5_VERSION] != config.version) {
399 logmsg("VERSION byte not %d", config.version);
501 if(buffer[SOCKS5_VERSION] != config.version) {
502 logmsg("Request VERSION byte not %d", config.version);
975 if(!strcmp("--version", argv[arg])) {
1066 " --version\n"
1116 logmsg("Running %s version", socket_type);