ntver              37 libcli/netlogon.c 	if (response->ntver == NETLOGON_NT_VERSION_1) {
ntver              42 libcli/netlogon.c 	} else if (response->ntver & NETLOGON_NT_VERSION_5EX) {
ntver              47 libcli/netlogon.c 	} else if (response->ntver & NETLOGON_NT_VERSION_5) {
ntver              53 libcli/netlogon.c 		DEBUG(0, ("Asked to push unknown netlogon response type 0x%02x\n", response->ntver));
ntver              58 libcli/netlogon.c 			 response->ntver));
ntver              68 libcli/netlogon.c 	uint32_t ntver;
ntver              84 libcli/netlogon.c 	ntver = IVAL(data->data, data->length - 8);
ntver              86 libcli/netlogon.c 	if (ntver == NETLOGON_NT_VERSION_1) {
ntver              91 libcli/netlogon.c 		response->ntver = NETLOGON_NT_VERSION_1;
ntver              97 libcli/netlogon.c 	} else if (ntver & NETLOGON_NT_VERSION_5EX) {
ntver             105 libcli/netlogon.c 			ntver);
ntver             111 libcli/netlogon.c 		response->ntver = NETLOGON_NT_VERSION_5EX;
ntver             117 libcli/netlogon.c 	} else if (ntver & NETLOGON_NT_VERSION_5) {
ntver             122 libcli/netlogon.c 		response->ntver = NETLOGON_NT_VERSION_5;
ntver             129 libcli/netlogon.c 			 ntver));
ntver             136 libcli/netlogon.c 			 ntver));
ntver             147 libcli/netlogon.c 	switch (response->ntver) {
ntver             165 libcli/netlogon.c 		response->ntver = NETLOGON_NT_VERSION_5EX;
ntver             178 libcli/netlogon.c 		response->ntver = NETLOGON_NT_VERSION_5EX;
ntver              34 libcli/netlogon.h 	uint32_t ntver;
ntver              31 source3/libads/cldap.c 	char ntver[4];
ntver              37 source3/libads/cldap.c 	SIVAL(ntver, 0, ntversion);
ntver              81 source3/libads/cldap.c 	asn1_write_OctetString(data, ntver, 4);
ntver             299 source3/libads/cldap.c 	if (reply->ntver != NETLOGON_NT_VERSION_5EX) {
ntver             301 source3/libads/cldap.c 			reply->ntver));
ntver             280 source3/libsmb/clidgram.c 	*nt_version = r.ntver;
ntver             901 source3/libsmb/dsgetdcname.c 			nt_version = r->ntver;
ntver            1041 source3/libsmb/dsgetdcname.c 			r->ntver = nt_version;
ntver             330 source4/cldap_server/netlogon.c 		netlogon->ntver = NETLOGON_NT_VERSION_5EX;
ntver             361 source4/cldap_server/netlogon.c 		netlogon->ntver = NETLOGON_NT_VERSION_5;
ntver             383 source4/cldap_server/netlogon.c 		netlogon->ntver = NETLOGON_NT_VERSION_1;
ntver              83 source4/nbt_server/irpc.c 	    && netlogon.data.samlogon.ntver != NETLOGON_NT_VERSION_1) {
ntver             258 source4/torture/ldap/cldap.c 	if (n1.ntver == NETLOGON_NT_VERSION_5)
ntver             260 source4/torture/ldap/cldap.c 	else if (n1.ntver == NETLOGON_NT_VERSION_5EX)
ntver             369 source4/torture/ldap/cldap.c 	if (n1.ntver == NETLOGON_NT_VERSION_5)
ntver             371 source4/torture/ldap/cldap.c 	else if (n1.ntver == NETLOGON_NT_VERSION_5EX)