Searched defs:proto_maj (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/responder/kcm/
H A Dkcmsrv_cmd.c148 uint8_t proto_maj = 0; local
169 SAFEALIGN_COPY_UINT8_CHECK(&proto_maj,
178 if (proto_maj != KCM_PROTOCOL_VERSION_MAJOR) {
181 KCM_PROTOCOL_VERSION_MAJOR, (uint16_t) proto_maj);
188 KCM_PROTOCOL_VERSION_MINOR, (uint16_t) proto_maj);

Completed in 7 milliseconds