Home
last modified time | relevance | path

Searched refs:protocol_exchange (Results 1 – 6 of 6) sorted by relevance

/dports/net/cvsync/cvsync-0.24.19/cvsync/
H A Ddefs.h54 bool protocol_exchange(int, struct config *);
H A Dmain.c285 if (!protocol_exchange(sock, cf)) { in client()
H A Dproto.c59 protocol_exchange(int sock, struct config *cf) in protocol_exchange() function
/dports/net/cvsync/cvsync-0.24.19/cvsyncd/
H A Ddefs.h104 bool protocol_exchange(int, int, uint8_t, uint32_t *);
H A Dmain.c445 if (!protocol_exchange(sock, sa->sa_status, sa->sa_error, &proto)) { in server()
H A Dproto.c70 protocol_exchange(int sock, int status, uint8_t error, uint32_t *proto) in protocol_exchange() function