Searched refs:remote_protocol (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/rsync-45/rsync/
H A Dcompat.c25 int remote_protocol = 0; variable
40 if (remote_protocol == 0) {
43 remote_protocol = read_int(f_in);
44 if (protocol_version > remote_protocol)
45 protocol_version = remote_protocol;
47 if (read_batch && remote_protocol > protocol_version) {
49 remote_protocol, protocol_version);
55 am_server? "Server" : "Client", remote_protocol, protocol_version);
57 if (remote_protocol < MIN_PROTOCOL_VERSION
58 || remote_protocol > MAX_PROTOCOL_VERSIO
[all...]
H A Dclientserver.c38 extern int remote_protocol;
144 if (sscanf(line,"@RSYNCD: %d", &remote_protocol) != 1) {
150 if (protocol_version > remote_protocol)
151 protocol_version = remote_protocol;
789 if (sscanf(line,"@RSYNCD: %d", &remote_protocol) != 1) {
793 if (protocol_version > remote_protocol)
794 protocol_version = remote_protocol;

Completed in 94 milliseconds