Searched refs:logon_id (Results 1 – 2 of 2) sorted by relevance
594 static uint32_t logon_id; in netr_setup_identity() local598 if (logon_id == 0) in netr_setup_identity()599 logon_id = 0xDCD0; in netr_setup_identity()601 ++logon_id; in netr_setup_identity()602 user_info->lg_logon_id = logon_id; in netr_setup_identity()607 identity->logon_id.LowPart = logon_id; in netr_setup_identity()608 identity->logon_id.HighPart = 0; in netr_setup_identity()
263 struct OLD_LARGE_INTEGER logon_id;