Lines Matching refs:expected_version
397 uint32_t expected_version;
402 expected_version = SSS_NSS_PROTOCOL_VERSION;
405 expected_version = SSS_PAM_PROTOCOL_VERSION;
407 expected_version = SSS_SUDO_PROTOCOL_VERSION;
409 expected_version = SSS_AUTOFS_PROTOCOL_VERSION;
411 expected_version = SSS_SSH_PROTOCOL_VERSION;
413 expected_version = SSS_PAC_PROTOCOL_VERSION;
418 req.len = sizeof(expected_version);
419 req.data = &expected_version;
434 return (obtained_version == expected_version);