Searched defs:handshake_users_received (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/director/ | ||
H A D | director-connection.h | 10 unsigned int handshake_users_received; member in struct:director_connection_status |
H A D | director-connection.c | 129 unsigned int users_received, handshake_users_received; member in struct:director_connection 187 conn->handshake_users_received, conn->users_received); 770 conn->handshake_users_received++; 2677 status_r->handshake_users_received = conn->handshake_users_received; |
Completed in 16 milliseconds