ra_type            60 source3/lib/util.c static enum remote_arch_types ra_type = RA_UNKNOWN;
ra_type          1937 source3/lib/util.c 	ra_type = type;
ra_type          1973 source3/lib/util.c 		ra_type = RA_UNKNOWN;
ra_type          1988 source3/lib/util.c 	return ra_type;
ra_type           982 source3/rpc_server/srv_samr_nt.c 	enum remote_arch_types ra_type = get_remote_arch();
ra_type           983 source3/rpc_server/srv_samr_nt.c 	int max_sam_entries = (ra_type == RA_WIN95) ? MAX_SAM_ENTRIES_W95 : MAX_SAM_ENTRIES_W2K;
ra_type          1486 source3/rpc_server/srv_samr_nt.c 	enum remote_arch_types ra_type = get_remote_arch();
ra_type          1487 source3/rpc_server/srv_samr_nt.c 	int max_sam_entries = (ra_type == RA_WIN95) ? MAX_SAM_ENTRIES_W95 : MAX_SAM_ENTRIES_W2K;
ra_type          1035 source3/smbd/posix_acls.c 		enum remote_arch_types ra_type = get_remote_arch();
ra_type          1038 source3/smbd/posix_acls.c 		return (ra_type <= RA_WINNT);
ra_type           206 source3/smbd/service.c 				enum remote_arch_types ra_type = get_remote_arch();
ra_type           207 source3/smbd/service.c 				if ((ra_type != RA_SAMBA) && (ra_type != RA_CIFSFS)) {
ra_type          1154 source3/smbd/sesssetup.c 	enum remote_arch_types ra_type = get_remote_arch();
ra_type          1204 source3/smbd/sesssetup.c 	if ( ra_type == RA_WIN2K ) {
ra_type          1463 source3/smbd/sesssetup.c 		enum remote_arch_types ra_type = get_remote_arch();
ra_type          1482 source3/smbd/sesssetup.c 			if(ra_type == RA_WINNT || ra_type == RA_WIN2K ||
ra_type          1483 source3/smbd/sesssetup.c 					ra_type == RA_WIN95) {
ra_type          1609 source3/smbd/sesssetup.c 		if ( ra_type == RA_WIN2K ) {
ra_type            54 source3/smbd/trans2.c 	enum remote_arch_types ra_type = get_remote_arch();
ra_type            55 source3/smbd/trans2.c 	if (rval && (ra_type != RA_SAMBA) && (ra_type != RA_CIFSFS)) {